[U-Boot] [PATCH] ARM64: zynqmp: Enable eMMC boot partitions commands
Michal Simek
michal.simek at xilinx.com
Tue Apr 26 16:12:24 CEST 2016
Enable some additional features of the eMMC boot partitions.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
include/configs/xilinx_zynqmp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 7a16f4915069..76e1d93bdb35 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -92,6 +92,7 @@
#if defined(CONFIG_ZYNQ_SDHCI)
# define CONFIG_MMC
# define CONFIG_GENERIC_MMC
+# define CONFIG_SUPPORT_EMMC_BOOT
# define CONFIG_SDHCI
# ifndef CONFIG_ZYNQ_SDHCI_MAX_FREQ
# define CONFIG_ZYNQ_SDHCI_MAX_FREQ 200000000
--
1.9.1
More information about the U-Boot
mailing list