diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-04-20 14:51:37 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-26 11:52:55 +0200 |
commit | 9d91ef52c38804857025742bad48a73bc8be0866 (patch) | |
tree | 0d0bc9eccba70c7bb592823f9148efa57214eaf3 /target/linux/imx6 | |
parent | 456bd950236e5a8a59c19ae8614bec65ed513a2f (diff) | |
download | upstream-9d91ef52c38804857025742bad48a73bc8be0866.tar.gz upstream-9d91ef52c38804857025742bad48a73bc8be0866.tar.bz2 upstream-9d91ef52c38804857025742bad48a73bc8be0866.zip |
imx6: ventana: add GW553x board identification
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux/imx6')
-rwxr-xr-x | target/linux/imx6/base-files/lib/imx6.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/imx6/base-files/lib/imx6.sh b/target/linux/imx6/base-files/lib/imx6.sh index 3a9dea37ea..8254cac673 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" |