]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
SPL: Remove setting GD_FLG_RELOC in preloader_console_init()
authorTom Rini <trini@ti.com>
Mon, 1 Oct 2012 21:44:31 +0000 (14:44 -0700)
committerTom 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

index 40a7acaeaf5d38dd4f679f2a8e78b38bf02606d7..0d829c0f129cd519707c658b959f5f97f6a2111e 100644 (file)
@@ -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 */