commit | 0c6247c4917a3d0679be9a5647ba6a32a72efc0f | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Thu Nov 16 08:59:21 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 29 22:30:50 2017 -0500 |
tree | cdf1bb2557596a93810be4f381801c04799688f7 | |
parent | d11d391e2e6cf70b7211d207b2bc1d82afe12645 [diff] |
mach-stm32: Factorize MPU's region config for STM32 SoCs MPU's region setup can be factorized between STM32F4/F7/H7 SoCs family and used a common MPU's region config. Only one exception for STM32H7 which doesn't have device area located at 0xA000 0000. For STM32F4, configure_clocks() need to be moved from arch_cpu_init() to board_early_init_f(). Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>