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>
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 40a7aca..0d829c0 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -233,7 +233,6 @@
 void preloader_console_init(void)
 {
 	gd->bd = &bdata;
-	gd->flags |= GD_FLG_RELOC;
 	gd->baudrate = CONFIG_BAUDRATE;
 
 	serial_init();		/* serial communications setup */