summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-06-03 11:49:26 +0200
committerKarel Gardas <karel@functional.vision>2022-06-10 11:17:17 +0200
commitae2367c505dd0a6c71a4d30e3750a036dca214f6 (patch)
tree2e3a7fb44fc2c9d65a928a3cbf841ca450bfd54f /bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
parentbsps/stm32h7: move BSP start hooks into boards subdirectories (diff)
downloadrtems-ae2367c505dd0a6c71a4d30e3750a036dca214f6.tar.bz2
bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSP
Nucleo board does not provide any external memory so code does not have any function here anyway. Sponsored-By: Precidata
Diffstat (limited to '')
-rw-r--r--bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c b/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
index 8d34e357ee..eda503925f 100644
--- a/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
+++ b/bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-bspstarthooks.c
@@ -51,7 +51,6 @@ void bsp_start_hook_0(void)
stm32h7_init_peripheral_clocks();
HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSI, RCC_MCODIV_1);
HAL_Init();
- SystemInit_ExtMemCtl();
}
#if __CORTEX_M == 0x07U