From 868444faa0327756ffe4655b2f8678a5d3b5c505 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 1 Oct 2012 14:44:31 -0700 Subject: 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 --- common/spl/spl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common') 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 */ -- cgit v1.2.1