diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:09:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-20 08:09:24 -0400 |
commit | 2f7821a9278e710b2e825018303c2942f920a77d (patch) | |
tree | 8e4d97bcd17960370457134c0770276e5fecc209 /arch/arm/mach-stm32mp/spl.c | |
parent | a9e90d357bbf539e07c1d971161e027eb335183e (diff) | |
parent | eae488b77906692627622abc61f5b7160b6eb2a4 (diff) |
Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians/u-boot-stm into next
- Add STM32MP13 SoCs support with associated board STM32M135F-DK
- Correct livetree support in stm32mp1 boards
- Activate livetree for stm32mp15 DHSOM boards
Diffstat (limited to 'arch/arm/mach-stm32mp/spl.c')
-rw-r--r-- | arch/arm/mach-stm32mp/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/spl.c b/arch/arm/mach-stm32mp/spl.c index 78fa9d7edd2..19d9fe04e08 100644 --- a/arch/arm/mach-stm32mp/spl.c +++ b/arch/arm/mach-stm32mp/spl.c @@ -190,6 +190,7 @@ void board_init_f(ulong dummy) int ret; arch_cpu_init(); + mach_cpu_init(); ret = spl_early_init(); if (ret) { |