Skip to content
Snippets Groups Projects
Commit bb2637be authored by Stefano Babic's avatar Stefano Babic
Browse files

mxs: fix warning in SPL with console support


Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent 9926eb31
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,9 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment