]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
warp7: Pass the UART base definition
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 26 Mar 2016 16:30:48 +0000 (13:30 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 3 Apr 2016 17:16:18 +0000 (19:16 +0200)
Since commit 5d69269deed0 ("mx7dsabresd: Define serial port locally")
we need to specify the UART base address in each board config
file, so do this to avoid a build error.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/warp7.h

index 0798671ed54d2676d423db7af3ea9e3cdf8c18f4..5ea551224722871e570c0492b1abd49ad5d7123f 100644 (file)
@@ -14,6 +14,8 @@
 
 #define PHYS_SDRAM_SIZE                        SZ_512M
 
+#define CONFIG_MXC_UART_BASE           UART1_IPS_BASE_ADDR
+
 #define CONFIG_BOARD_EARLY_INIT_F
 
 /* MMC Config*/