From efa22907a0123e11fd467608bdd89c0254a9cbaf Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 26 Mar 2012 13:33:13 -0500 Subject: [PATCH] card script: SPL_BOOT is only set in the target section... Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 96834ae..6cb6502 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -33,7 +33,6 @@ BOOT_LABEL="boot" PARTITION_PREFIX="" unset MMC -unset SPL_BOOT unset BOOTLOADER unset USE_BETA_BOOTLOADER unset DD_UBOOT @@ -1464,6 +1463,7 @@ function is_imx { } function check_uboot_type { + unset SPL_BOOT unset DO_UBOOT unset IN_VALID_UBOOT