aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-09-13 12:41:50 +0300
committerStefan Roese <sr@denx.de>2018-09-19 14:00:06 +0200
commite32ac37119394f2d3c579b2cdd549bed59fb583f (patch)
tree0495f02d20b9097064a0309c68e23b87598e66c2
parentd13b740ca621531fc3d86b33feed24592be0bd18 (diff)
downloadu-boot-e32ac37119394f2d3c579b2cdd549bed59fb583f.zip
u-boot-e32ac37119394f2d3c579b2cdd549bed59fb583f.tar.gz
u-boot-e32ac37119394f2d3c579b2cdd549bed59fb583f.tar.bz2
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 <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r--include/configs/clearfog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index 7d56dfd..77ab6ca 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