projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ba8eb
)
warp7: Pass the UART base definition
author
Fabio Estevam
<fabio.estevam@nxp.com>
Sat, 26 Mar 2016 16:30:48 +0000
(13:30 -0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/warp7.h
b/include/configs/warp7.h
index 0798671ed54d2676d423db7af3ea9e3cdf8c18f4..5ea551224722871e570c0492b1abd49ad5d7123f 100644
(file)
--- a/
include/configs/warp7.h
+++ b/
include/configs/warp7.h
@@
-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*/