Browse Source

imx6: image: fix Gateworks Ventana boot script filename

U-Boot for the Gateworks Ventana includes filename of the boot script in
the default/embedded environment (see 'include/configs/gw_ventana.h' in
the U-Boot sources).

This restores the old boot script filename ('6x_bootscript-ventana'),
making Ventana boards boot again.

Fixes: 8dba71dd33 ("imx6: image: drop BOOT_SCRIPT and fix DEVICE_NAME")
Reported-by: Koen Vandeputte <[email protected]>
Signed-off-by: Piotr Dymacz <[email protected]>
Piotr Dymacz 4 years ago
parent
commit
5ec4b180c2
2 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/imx6/image/Makefile
  2. 0 0
      target/linux/imx6/image/bootscript-ventana

+ 1 - 1
target/linux/imx6/image/Makefile

@@ -124,7 +124,7 @@ define Device/gateworks_ventana
   DEVICE_VENDOR := Gateworks
   DEVICE_VENDOR := Gateworks
   DEVICE_MODEL := Ventana family
   DEVICE_MODEL := Ventana family
   DEVICE_VARIANT := normal NAND flash
   DEVICE_VARIANT := normal NAND flash
-  DEVICE_NAME := gateworks_ventana
+  DEVICE_NAME := ventana
   DEVICE_DTS:= \
   DEVICE_DTS:= \
 	imx6dl-gw51xx \
 	imx6dl-gw51xx \
 	imx6dl-gw52xx \
 	imx6dl-gw52xx \

+ 0 - 0
target/linux/imx6/image/bootscript-gateworks_ventana → target/linux/imx6/image/bootscript-ventana