[U-Boot] [PATCH] SPL: Remove setting GD_FLG_RELOC in preloader_console_init()

1 Oct
2012
1 Oct
'12
11:45 p.m.
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 | 1 - 1 file changed, 1 deletion(-)
diff --git a/common/spl/spl.c b/common/spl/spl.c index c640f87..3a19a63 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c @@ -222,7 +222,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 */
--
1.7.9.5
4600
Age (days ago)
4600
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tom Rini