projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26420b
)
SPL: Remove setting GD_FLG_RELOC in preloader_console_init()
author
Tom Rini
<trini@ti.com>
Mon, 1 Oct 2012 21:44:31 +0000
(14:44 -0700)
committer
Tom Rini
<trini@ti.com>
Mon, 15 Oct 2012 18:53:47 +0000
(11:53 -0700)
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>
common/spl/spl.c
patch
|
blob
|
history
diff --git
a/common/spl/spl.c
b/common/spl/spl.c
index 40a7acaeaf5d38dd4f679f2a8e78b38bf02606d7..0d829c0f129cd519707c658b959f5f97f6a2111e 100644
(file)
--- a/
common/spl/spl.c
+++ b/
common/spl/spl.c
@@
-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 */