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

Tom Rini trini at ti.com
Mon Oct 1 23:45:35 CEST 2012


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 at 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



More information about the U-Boot mailing list