summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-stm32mp.config
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-02-01 11:01:48 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-02-01 19:02:33 +0100
commit1d676ad3c51cd6c0c043bf9d74de772ba6831a6a (patch)
treebb74a83cf9dbb7c45fcd56323a9cf4c5df2ea3e6 /configs/platform-v7a/barebox-stm32mp.config
parent2608d3699bcfac06d92c5c38b0a4aefca2313293 (diff)
downloadDistroKit-1d676ad3c51cd6c0c043bf9d74de772ba6831a6a.tar.gz
DistroKit-1d676ad3c51cd6c0c043bf9d74de772ba6831a6a.tar.xz
v7a: barebox: stm32mp: enable mmc_extcsd utility
The LXA MC-1 can boot from eMMC as well. The BootROM only supports booting with fast boot acknowledge though, which is a one time configuration. Include the mmc_extcsd tool needed to configure this: https://www.barebox.org/doc/latest/boards/stm32mp.html#flashing-barebox Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-stm32mp.config')
-rw-r--r--configs/platform-v7a/barebox-stm32mp.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox-stm32mp.config b/configs/platform-v7a/barebox-stm32mp.config
index 5e1faed..10df8b0 100644
--- a/configs/platform-v7a/barebox-stm32mp.config
+++ b/configs/platform-v7a/barebox-stm32mp.config
@@ -242,7 +242,7 @@ CONFIG_CMD_ARM_MMUINFO=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_VERSION=y
CONFIG_CMD_MMC=y
-# CONFIG_CMD_MMC_EXTCSD is not set
+CONFIG_CMD_MMC_EXTCSD=y
# CONFIG_CMD_POLLER is not set
# end of Information