Re: [PATCH 2/7] bsps/stm32h7: enable cache and MPU only on Cortex-M7

2022-06-01 Thread Sebastian Huber
On 30/05/2022 01:36, Karel Gardas wrote: diff --git a/bsps/arm/stm32h7/start/bspstarthooks.c b/bsps/arm/stm32h7/start/bspstarthooks.c index ef26af5eba..dd8f544e52 100644 --- a/bsps/arm/stm32h7/start/bspstarthooks.c +++ b/bsps/arm/stm32h7/start/bspstarthooks.c @@ -101,7 +101,7 @@ void bsp_start_h

[PATCH 2/7] bsps/stm32h7: enable cache and MPU only on Cortex-M7

2022-05-29 Thread Karel Gardas
Sponsored-By: Precidata --- bsps/arm/stm32h7/start/bspstarthooks.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bsps/arm/stm32h7/start/bspstarthooks.c b/bsps/arm/stm32h7/start/bspstarthooks.c index ef26af5eba..dd8f544e52 100644 --- a/bsps/arm/stm32h7/start/bspstarthoo