diff --git a/arch/arm/soc/st_stm32/stm32f4/soc.h b/arch/arm/soc/st_stm32/stm32f4/soc.h index 872b72159c2..f48ae1a5044 100644 --- a/arch/arm/soc/st_stm32/stm32f4/soc.h +++ b/arch/arm/soc/st_stm32/stm32f4/soc.h @@ -32,13 +32,6 @@ /* base address for where GPIO registers start */ #define GPIO_PORTS_BASE (GPIOA_BASE) -/* FIXME: keep these defines until we enable STM32CUBE on this family */ -/* Then they will bre replaced by "USARTX_BASE" defines */ -/* UART */ -#define USART1_ADDR (APB2PERIPH_BASE + 0x1000) -#define USART2_ADDR (APB1PERIPH_BASE + 0x4400) -#define USART6_ADDR (APB1PERIPH_BASE + 0x1400) - #ifndef _ASMLANGUAGE #include