From 575207c6ff8c525235601d37c9a29b99761ebf16 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Thu, 10 Nov 2016 10:55:30 +0100 Subject: [PATCH] stm32f4: Update after serial driver rework Due to new serial driver implementation based on STM32Cube we can remove the USARTX_ADDR defines as they aren't ended anymore Change-Id: Ia9f9b0a2a63280c0221c789a53ff7338bda17dfb Signed-off-by: Erwan Gouriou --- arch/arm/soc/st_stm32/stm32f4/soc.h | 7 ------- 1 file changed, 7 deletions(-) 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