diff options
author | Mathias Kresin <dev@kresin.me> | 2017-05-15 18:21:39 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-07-14 08:04:58 +0200 |
commit | 8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f (patch) | |
tree | 6d052f206160d6a9fa1c3eb2877812ab0debf3e4 /target/linux | |
parent | 82b20d74cbdde4065a8a991696e56c7c0ea120e1 (diff) | |
download | upstream-8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f.tar.gz upstream-8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f.tar.bz2 upstream-8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f.zip |
imx6: fix DualLite/Solo GW551X board detection
The model name is a different one in the device tree source file.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/imx6/base-files/lib/imx6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/base-files/lib/imx6.sh b/target/linux/imx6/base-files/lib/imx6.sh index 32440aab9c..0edb01e15d 100755 --- a/target/linux/imx6/base-files/lib/imx6.sh +++ b/target/linux/imx6/base-files/lib/imx6.sh @@ -35,7 +35,7 @@ imx6_board_detect() { ;; "Gateworks Ventana i.MX6 Dual/Quad GW551X" |\ - "Gateworks Ventana i.MX6 Solo/DualLite GW551X") + "Gateworks Ventana i.MX6 DualLite/Solo GW551X") name="gw551x" ;; |