From 1d676ad3c51cd6c0c043bf9d74de772ba6831a6a Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 1 Feb 2021 11:01:48 +0100 Subject: 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 --- configs/platform-v7a/barebox-stm32mp.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-stm32mp.config') 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 -- cgit v1.2.3