diff options
author | Tom Rini | 2022-09-27 08:53:51 -0400 |
---|---|---|
committer | Tom Rini | 2022-09-27 08:53:51 -0400 |
commit | 01c88e3dcd667281cf3aa6f6b47f90900177aff9 (patch) | |
tree | 6bbb45f8380069622e4d67e55b7b90044d183a9f /configs/stm32f769-disco_defconfig | |
parent | 55ccdee3155c6cc30eeee846879d06aba6e3fabe (diff) | |
parent | 762d410e0db94c41b8d7f1ec85e47f7474655ad8 (diff) |
Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians/u-boot-stm into next
- Increase SYS_MALLOC_F_LEN for STM32 MCU's board
- SPL fixes for STM32F7 MCUs
- Device tree alignement with kernelv6.0-rc4 for MCU's board
- Device tree alignement with kernelv6.0-rc3 for MPU's board
- Update DDR node for STM32MP15
- Cleanup config file for STM32MP1
- Update for cmd_stm32key command
- Fix compatible string to add partitions for STM32MP1
- Update for stm32programmer tool
Diffstat (limited to 'configs/stm32f769-disco_defconfig')
-rw-r--r-- | configs/stm32f769-disco_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/stm32f769-disco_defconfig b/configs/stm32f769-disco_defconfig index 423af7446a4..3e7b5bd06ed 100644 --- a/configs/stm32f769-disco_defconfig +++ b/configs/stm32f769-disco_defconfig @@ -2,7 +2,6 @@ CONFIG_ARM=y CONFIG_ARCH_STM32=y CONFIG_SYS_TEXT_BASE=0x08000000 CONFIG_SYS_MALLOC_LEN=0x100000 -CONFIG_SYS_MALLOC_F_LEN=0xE00 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="stm32f769-disco" @@ -41,7 +40,7 @@ CONFIG_MTD=y CONFIG_DM_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_STM32_FLASH=y -CONFIG_SYS_MAX_FLASH_SECT=8 +CONFIG_SYS_MAX_FLASH_SECT=12 CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_STMICRO=y |