From: Patrick Delaunay Date: Thu, 28 Oct 2021 17:13:16 +0000 (+0200) Subject: stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX X-Git-Tag: v2022.07~227^2~26^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f6743d4f88a84861f51bcd4d830d96bc87503aa;hp=73ead2bcc547f72ce5945ac2cd8274b6d1185866;p=platform%2Fkernel%2Fu-boot.git stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOX Deactivate the SCMI agent mailbox which is not used on STM32MP15 platforms. Signed-off-by: Patrick Delaunay Acked-by: Etienne Carriere --- diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig index 4c6a52f..7b844a3 100644 --- a/configs/stm32mp15_defconfig +++ b/configs/stm32mp15_defconfig @@ -77,6 +77,7 @@ CONFIG_FASTBOOT_MMC_USER_NAME="mmc1" CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_FASTBOOT_CMD_OEM_PARTCONF=y CONFIG_FASTBOOT_CMD_OEM_BOOTBUS=y +# CONFIG_SCMI_AGENT_MAILBOX is not set CONFIG_GPIO_HOG=y CONFIG_DM_HWSPINLOCK=y CONFIG_HWSPINLOCK_STM32=y diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index feca26e..270cbaa 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -78,6 +78,7 @@ CONFIG_FASTBOOT_MMC_USER_NAME="mmc1" CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_FASTBOOT_CMD_OEM_PARTCONF=y CONFIG_FASTBOOT_CMD_OEM_BOOTBUS=y +# CONFIG_SCMI_AGENT_MAILBOX is not set CONFIG_GPIO_HOG=y CONFIG_DM_HWSPINLOCK=y CONFIG_HWSPINLOCK_STM32=y