mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-29 01:51:55 +00:00
mxs: fix warning in SPL with console support
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
9926eb31b7
commit
bb2637be09
1 changed files with 2 additions and 0 deletions
|
@ -19,7 +19,9 @@
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
static gd_t gdata __section(".data");
|
static gd_t gdata __section(".data");
|
||||||
|
#ifdef CONFIG_SPL_SERIAL_SUPPORT
|
||||||
static bd_t bdata __section(".data");
|
static bd_t bdata __section(".data");
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This delay function is intended to be used only in early stage of boot, where
|
* This delay function is intended to be used only in early stage of boot, where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue