summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-04-02 10:42:06 +0200
committerStefano Babic <sbabic@denx.de>2014-04-02 10:42:06 +0200
commitbb2637be096b842ee25b96c7cfe4f26e55fb7026 (patch)
treebc773aa30c8144802e8abda1db57052c6d03855b /arch/arm/cpu/arm926ejs
parent9926eb31b707cd7e769ab855186aa96ff7d5b7ff (diff)
downloadblackbird-obmc-uboot-bb2637be096b842ee25b96c7cfe4f26e55fb7026.tar.gz
blackbird-obmc-uboot-bb2637be096b842ee25b96c7cfe4f26e55fb7026.zip
mxs: fix warning in SPL with console support
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm926ejs')
-rw-r--r--arch/arm/cpu/arm926ejs/mxs/spl_boot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c b/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
index e643eade1b..d3e136991a 100644
--- 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
OpenPOWER on IntegriCloud