[source] imx6: ventana: add GW553x board identification
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 26 02:53:06 PDT 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/9d91ef52c38804857025742bad48a73bc8be0866
commit 9d91ef52c38804857025742bad48a73bc8be0866
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Thu Apr 20 14:51:37 2017 -0700
imx6: ventana: add GW553x board identification
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
target/linux/imx6/base-files/lib/imx6.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/target/linux/imx6/base-files/lib/imx6.sh b/target/linux/imx6/base-files/lib/imx6.sh
index 3a9dea3..8254cac 100755
--- a/target/linux/imx6/base-files/lib/imx6.sh
+++ b/target/linux/imx6/base-files/lib/imx6.sh
@@ -44,6 +44,11 @@ imx6_board_detect() {
name="gw552x"
;;
+ "Gateworks Ventana i.MX6 DualLite/Solo GW553X" |\
+ "Gateworks Ventana i.MX6 Dual/Quad GW553X")
+ name="gw553x"
+ ;;
+
"Gateworks Ventana i.MX6 DualLite/Solo GW5904" |\
"Gateworks Ventana i.MX6 Dual/Quad GW5904")
name="gw5904"
More information about the lede-commits
mailing list