[U-Boot] [PATCH 3/5] warp: Enable CONFIG_SUPPORT_EMMC_BOOT
Fabio Estevam
festevam at gmail.com
Wed May 27 06:11:46 CEST 2015
From: Fabio Estevam <fabio.estevam at freescale.com>
CONFIG_SUPPORT_EMMC_BOOT is important to enable the boot partition via
'mmc partconf 0 1 1 0' command, for example.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
include/configs/warp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/warp.h b/include/configs/warp.h
index a67254e..5463c40 100644
--- a/include/configs/warp.h
+++ b/include/configs/warp.h
@@ -28,6 +28,7 @@
#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
#define CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT
#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
+#define CONFIG_SUPPORT_EMMC_BOOT
/* Command definition */
#undef CONFIG_CMD_NET
--
1.9.1
More information about the U-Boot
mailing list