summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/spl/spl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 40a7acaeaf..0d829c0f12 100644
--- 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 */
OpenPOWER on IntegriCloud