From ad38bb69f1470d8e52ea250a64529ac60cf61f33 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 21 Dec 2016 00:26:19 +0100 Subject: update.sh use the specific recovery u-boot binary name Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- recipes-images/images/files/library/imx6/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-images/images') 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 -- cgit v1.2.3