projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13b740
)
arm: mvebu: clearfog: enable eMMC boot partitions support
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 13 Sep 2018 09:41:50 +0000
(12:41 +0300)
committer
Stefan Roese
<sr@denx.de>
Wed, 19 Sep 2018 12:00:06 +0000
(14:00 +0200)
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>
include/configs/clearfog.h
patch
|
blob
|
history
diff --git
a/include/configs/clearfog.h
b/include/configs/clearfog.h
index 7d56dfd86e9628a392e54b036fdcbd73594f93e7..77ab6caf52c0db6bf50ba1ea74552f260151ac4a 100644
(file)
--- 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