diff options
| author | Tom Rini <[email protected]> | 2022-09-27 08:53:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-27 08:53:51 -0400 |
| commit | 01c88e3dcd667281cf3aa6f6b47f90900177aff9 (patch) | |
| tree | 6bbb45f8380069622e4d67e55b7b90044d183a9f /include | |
| 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 'include')
| -rw-r--r-- | include/configs/stm32f746-disco.h | 1 | ||||
| -rw-r--r-- | include/configs/stm32mp13_common.h | 2 | ||||
| -rw-r--r-- | include/configs/stm32mp15_common.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 64c1bc7d43f..b0ec2261141 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -34,7 +34,6 @@ BOOTENV #define CONFIG_SYS_MONITOR_LEN (512 * 1024) -#define CONFIG_SYS_UBOOT_START 0x080083FD #define CONFIG_SYS_UBOOT_BASE (CONFIG_SYS_FLASH_BASE + \ CONFIG_SPL_PAD_TO) diff --git a/include/configs/stm32mp13_common.h b/include/configs/stm32mp13_common.h index 3ca65ea2a37..78089b965ae 100644 --- a/include/configs/stm32mp13_common.h +++ b/include/configs/stm32mp13_common.h @@ -21,8 +21,6 @@ */ #define CONFIG_SYS_BOOTMAPSZ SZ_256M -/* Extend size of kernel image for uncompression */ - /*MMC SD*/ #define CONFIG_SYS_MMC_MAX_DEVICE 2 diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h index c5412ffeb31..bd8e16bc1b9 100644 --- a/include/configs/stm32mp15_common.h +++ b/include/configs/stm32mp15_common.h @@ -21,8 +21,6 @@ */ #define CONFIG_SYS_BOOTMAPSZ SZ_256M -/* Extend size of kernel image for uncompression */ - /*MMC SD*/ #define CONFIG_SYS_MMC_MAX_DEVICE 3 |
