summaryrefslogtreecommitdiff
path: root/configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-11-19 12:07:32 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-11-30 18:43:28 +0300
commite84ee40b0b2d378aab66e45315ff835954b2078f (patch)
treeacabfefa064638acd35982dc8757075557905e59 /configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig
parent8ad37e6f16d5d58128f1ca8eb2038ab89880d23e (diff)
downloadu-boot-e84ee40b0b2d378aab66e45315ff835954b2078f.tar.xz
configs: stm32mp15: deactivate the CONFIG_STM32_IPCC
The IPCC mailbox is only used for communication with M4 firmware but it is not used in the stm32 remoteproc driver; it was planed but the support of this mailbox in remoteproc for STM32MP15x is dropped. So the associated drivers and config CONFIG_STM32_IPCC can be deactivated to reduce the U-Boot size; the CONFIG_DM_MAILBOX can be also deactivated as the mailbox UCLASS is no more used. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig')
-rw-r--r--configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig b/configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig
index dca35db014..7973e0f46f 100644
--- a/configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig
+++ b/configs/stm32mp15-icore-stm32mp1-edimm2.2_defconfig
@@ -51,8 +51,6 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_STM32F7=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
-CONFIG_DM_MAILBOX=y
-CONFIG_STM32_IPCC=y
CONFIG_STM32_FMC2_EBI=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_STM32_SDMMC2=y