From 4c618551b697928a66b7d1060966d37256b013c4 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Sat, 14 Nov 2015 02:40:28 +0800 Subject: [PATCH] Disable Falcon mode from U-Boot --- include/configs/smarct335x_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/smarct335x_evm.h b/include/configs/smarct335x_evm.h index 023c73e..a08dfc4 100644 --- a/include/configs/smarct335x_evm.h +++ b/include/configs/smarct335x_evm.h @@ -411,6 +411,7 @@ "128k(u-boot-env2),3464k(kernel)," \ "-(rootfs)" #elif defined(CONFIG_EMMC_BOOT) +#undef CONFIG_SPL_OS_BOOT #undef CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 -- 1.9.1