mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
SPL: Remove setting GD_FLG_RELOC in preloader_console_init()
We have not strictly speaking relocated at this point, do not claim that we have. This is not required for output. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
c26420bbb5
commit
868444faa0
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
|
|||
void preloader_console_init(void)
|
||||
{
|
||||
gd->bd = &bdata;
|
||||
gd->flags |= GD_FLG_RELOC;
|
||||
gd->baudrate = CONFIG_BAUDRATE;
|
||||
|
||||
serial_init(); /* serial communications setup */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue