]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
imx6: image: fix Gateworks Ventana boot script filename
authorPiotr Dymacz <pepe2k@gmail.com>
Sat, 26 Jun 2021 03:58:42 +0000 (05:58 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Wed, 3 Nov 2021 11:45:40 +0000 (12:45 +0100)
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 <koen.vandeputte@ncentric.com>
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
target/linux/imx6/image/Makefile
target/linux/imx6/image/bootscript-ventana [moved from target/linux/imx6/image/bootscript-gateworks_ventana with 100% similarity]

index 948694381edbb843cf4f3bdc6dc681e4306c420f..5f8e5f1c04f35772eba782a0d8d1ce1f08969961 100644 (file)
@@ -124,7 +124,7 @@ define Device/gateworks_ventana
   DEVICE_VENDOR := Gateworks
   DEVICE_MODEL := Ventana family
   DEVICE_VARIANT := normal NAND flash
-  DEVICE_NAME := gateworks_ventana
+  DEVICE_NAME := ventana
   DEVICE_DTS:= \
        imx6dl-gw51xx \
        imx6dl-gw52xx \