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 <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2016-11-10 10:55:30 +01:00 committed by Kumar Gala
commit 575207c6ff

View file

@ -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 <device.h>