summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-26 08:22:05 -0600
committerTom Rini <[email protected]>2026-05-26 08:22:05 -0600
commit987907ae4bcc5d6055bdf7d318a3edf53e14d5fa (patch)
tree0d4ea092dd4d24e898fb0ec61e3426ed47feac91 /configs/stm32mp15_defconfig
parent76d62273bc8a5dc126ed79ed0fb65e5a97359577 (diff)
parent0c035ff60c1e8caee7fccd2673ce75380dee825b (diff)
Merge tag 'u-boot-stm32-20260526' of https://source.denx.de/u-boot/custodians/u-boot-stmHEADmaster
CI: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/30256 - Add support dynamic A/B bank bootup for STM32MP15 - Increase SYS_MALLOC_F_LEN for stm32mp15_defconfig to fix boot with optee-4.10.0 - Enable Arm SMC watchdog for STM32MP1 - Update part number for TM32MP251/3 SoC's family
Diffstat (limited to 'configs/stm32mp15_defconfig')
-rw-r--r--configs/stm32mp15_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
index b9e44254087..53903376524 100644
--- a/configs/stm32mp15_defconfig
+++ b/configs/stm32mp15_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_STM32MP=y
CONFIG_TFABOOT=y
-CONFIG_SYS_MALLOC_F_LEN=0x80000
+CONFIG_SYS_MALLOC_F_LEN=0x90000
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc0100000
CONFIG_ENV_OFFSET=0x900000
CONFIG_ENV_SECT_SIZE=0x40000
@@ -169,5 +169,6 @@ CONFIG_BMP_24BPP=y
CONFIG_BMP_32BPP=y
CONFIG_WDT=y
CONFIG_WDT_STM32MP=y
+CONFIG_WDT_ARM_SMC=y
# CONFIG_BINMAN_FDT is not set
CONFIG_ERRNO_STR=y