projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9926eb3
)
mxs: fix warning in SPL with console support
author
Stefano Babic
<sbabic@denx.de>
Wed, 2 Apr 2014 08:42:06 +0000
(10:42 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 2 Apr 2014 08:42:06 +0000
(10:42 +0200)
Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/arm926ejs/mxs/spl_boot.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
b/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
index e643eade1b0c07e90f5afa1072f959de60069493..d3e136991ad2035ad187b6ac22095711561bfaa2 100644
(file)
--- a/
arch/arm/cpu/arm926ejs/mxs/spl_boot.c
+++ b/
arch/arm/cpu/arm926ejs/mxs/spl_boot.c
@@
-19,7
+19,9
@@
DECLARE_GLOBAL_DATA_PTR;
static gd_t gdata __section(".data");
+#ifdef CONFIG_SPL_SERIAL_SUPPORT
static bd_t bdata __section(".data");
+#endif
/*
* This delay function is intended to be used only in early stage of boot, where