diff options
| -rw-r--r-- | common/spl/spl.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/spl/spl.c b/common/spl/spl.c index 40a7acaea..0d829c0f1 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 */ |