diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-28 07:59:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-28 07:59:38 -0400 |
commit | cb8cc1d8fbf9c4254a2018ad697fc6fd08fbb158 (patch) | |
tree | 4fdaec13ed40be85b9172990d47c7371c0894b5e /arch/arm/mach-stm32/soc.c | |
parent | 33ca4096845a57bd7a202a3ddc149917f15f8ecc (diff) | |
parent | 36cb793b35333e9a281445313de6db1ca4a6ab3a (diff) |
Merge tag 'u-boot-stm32-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
STM32 MCU fixes/cleanup:
- Fix SPL console for STM32F769 Discovery
- Fix Memory Protection Unit size for STM32F4 series
- Cleanup DT for STM32F746 Discovery
Diffstat (limited to 'arch/arm/mach-stm32/soc.c')
-rw-r--r-- | arch/arm/mach-stm32/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/soc.c b/arch/arm/mach-stm32/soc.c index 6ae31d3a1f3..41338a1a339 100644 --- a/arch/arm/mach-stm32/soc.c +++ b/arch/arm/mach-stm32/soc.c @@ -18,7 +18,7 @@ int arch_cpu_init(void) */ #if defined(CONFIG_STM32F4) { 0x00000000, REGION_0, XN_DIS, PRIV_RW_USR_RW, - O_I_WB_RD_WR_ALLOC, REGION_16MB }, + O_I_WB_RD_WR_ALLOC, REGION_512MB }, #endif { 0x90000000, REGION_1, XN_DIS, PRIV_RW_USR_RW, |