diff --git a/configs/b-l475e-iot01a/src/b-l475e-iot01a.h b/configs/b-l475e-iot01a/src/b-l475e-iot01a.h index f6e2beda0d0..3d10e5f5f89 100644 --- a/configs/b-l475e-iot01a/src/b-l475e-iot01a.h +++ b/configs/b-l475e-iot01a/src/b-l475e-iot01a.h @@ -142,7 +142,7 @@ ****************************************************************************/ /**************************************************************************** - * Name: stm32_bringup + * Name: stm32l4_bringup * * Description: * Called either by board_intialize() if CONFIG_BOARD_INITIALIZE or by diff --git a/configs/b-l475e-iot01a/src/stm32_boot.c b/configs/b-l475e-iot01a/src/stm32_boot.c index 085398fff31..32316e49129 100644 --- a/configs/b-l475e-iot01a/src/stm32_boot.c +++ b/configs/b-l475e-iot01a/src/stm32_boot.c @@ -98,6 +98,6 @@ void board_initialize(void) { /* Perform board initialization */ - (void)stm32_bringup(); + (void)stm32l4_bringup(); } #endif /* CONFIG_BOARD_INITIALIZE */