summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-12-21 00:26:19 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 16:54:49 -0800
commitad38bb69f1470d8e52ea250a64529ac60cf61f33 (patch)
treef9dd78db69544db38632ec67ff6e733b62105304
parent8f1f4c6e93ef408d87fbc7f77f827b255b767128 (diff)
update.sh use the specific recovery u-boot binary name
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rwxr-xr-xrecipes-images/images/files/library/imx6/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/files/library/imx6/update.sh b/recipes-images/images/files/library/imx6/update.sh
index 71dda6d..4d067f0 100755
--- a/recipes-images/images/files/library/imx6/update.sh
+++ b/recipes-images/images/files/library/imx6/update.sh
@@ -64,7 +64,7 @@ ROOTFSPATH=rootfs
SPLIT=1
UBOOT_RECOVERY=0
U_BOOT_BINARY=u-boot.imx-spl
-U_BOOT_RECOVER_BINARY=u-boot.imx
+U_BOOT_RECOVER_BINARY=u-boot.imx-recover
SPL_BINARY=SPL
while getopts "dfhm:o:" Option ; do