[U-Boot] [PATCH] ARM64: zynqmp: Enable eMMC boot partitions commands

26 Apr
2016
26 Apr
'16
4:12 p.m.
Enable some additional features of the eMMC boot partitions.
Signed-off-by: Michal Simek michal.simek@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
3298
Age (days ago)
3298
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek