summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-05-15 18:21:39 +0200
committerMathias Kresin <dev@kresin.me>2017-07-14 08:04:58 +0200
commit8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f (patch)
tree6d052f206160d6a9fa1c3eb2877812ab0debf3e4
parent82b20d74cbdde4065a8a991696e56c7c0ea120e1 (diff)
downloadmtk-20170518-8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f.zip
mtk-20170518-8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f.tar.gz
mtk-20170518-8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f.tar.bz2
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>
-rwxr-xr-xtarget/linux/imx6/base-files/lib/imx6.sh2
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 32440aa..0edb01e 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"
;;