Skip to content

Commit 8fbef4b

Browse files
committed
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 <[email protected]>
1 parent 82b20d7 commit 8fbef4b

File tree

1 file changed

+1
-1
lines changed
  • target/linux/imx6/base-files/lib

1 file changed

+1
-1
lines changed

target/linux/imx6/base-files/lib/imx6.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ imx6_board_detect() {
3535
;;
3636

3737
"Gateworks Ventana i.MX6 Dual/Quad GW551X" |\
38-
"Gateworks Ventana i.MX6 Solo/DualLite GW551X")
38+
"Gateworks Ventana i.MX6 DualLite/Solo GW551X")
3939
name="gw551x"
4040
;;
4141

0 commit comments

Comments
 (0)