From e32ac37119394f2d3c579b2cdd549bed59fb583f Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 13 Sep 2018 12:41:50 +0300 Subject: arm: mvebu: clearfog: enable eMMC boot partitions support The Clearfog SOM can optionally have eMMC installed. Enable support for eMMC boot partitions by default. Signed-off-by: Baruch Siach Signed-off-by: Stefan Roese --- include/configs/clearfog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index 7d56dfd86e9..77ab6caf52c 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -29,6 +29,10 @@ */ #define CONFIG_SYS_MMC_BASE MVEBU_SDIO_BASE +#ifdef CONFIG_CMD_MMC +#define CONFIG_SUPPORT_EMMC_BOOT +#endif + /* USB/EHCI configuration */ #define CONFIG_EHCI_IS_TDI -- cgit v1.2.3