diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2021-06-26 05:58:42 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2021-11-03 12:45:40 +0100 |
commit | 5ec4b180c2d262b4130f0e84e6e829c671efbb92 (patch) | |
tree | d76e782a49f3034e8987d68605fd0d50b67654f5 /target/linux | |
parent | 5dfa89be9900819a2796f3ff9c3f395735035f3c (diff) | |
download | upstream-5ec4b180c2d262b4130f0e84e6e829c671efbb92.tar.gz upstream-5ec4b180c2d262b4130f0e84e6e829c671efbb92.tar.bz2 upstream-5ec4b180c2d262b4130f0e84e6e829c671efbb92.zip |
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 <koen.vandeputte@ncentric.com>
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/imx6/image/Makefile | 2 | ||||
-rw-r--r-- | target/linux/imx6/image/bootscript-ventana (renamed from target/linux/imx6/image/bootscript-gateworks_ventana) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 948694381e..5f8e5f1c04 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -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 \ diff --git a/target/linux/imx6/image/bootscript-gateworks_ventana b/target/linux/imx6/image/bootscript-ventana index 734f74a30c..734f74a30c 100644 --- a/target/linux/imx6/image/bootscript-gateworks_ventana +++ b/target/linux/imx6/image/bootscript-ventana |