From: Christophe Kerello Date: Fri, 31 Jul 2020 07:53:43 +0000 (+0200) Subject: configs: stm32mp: add CONFIG_STM32_FMC2_EBI X-Git-Tag: baikal/mips/sdk5.9~246^2~6 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=c7dee60b8638de6f223922f0b2f69194c2ab7473;p=uboot.git configs: stm32mp: add CONFIG_STM32_FMC2_EBI This patch enables the support of FMC2 EBI. Signed-off-by: Christophe Kerello Reviewed-by: Patrice Chotard --- diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 5c500a131e..2094183295 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -88,6 +88,7 @@ CONFIG_LED=y CONFIG_LED_GPIO=y CONFIG_DM_MAILBOX=y CONFIG_STM32_IPCC=y +CONFIG_STM32_FMC2_EBI=y CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_STM32_SDMMC2=y diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 98680cb2dc..8d59d84184 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -68,6 +68,7 @@ CONFIG_LED=y CONFIG_LED_GPIO=y CONFIG_DM_MAILBOX=y CONFIG_STM32_IPCC=y +CONFIG_STM32_FMC2_EBI=y CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_STM32_SDMMC2=y