summaryrefslogtreecommitdiff
path: root/board/siemens/common/board_am335x.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/siemens/common/board_am335x.c')
-rw-r--r--board/siemens/common/board_am335x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/common/board_am335x.c b/board/siemens/common/board_am335x.c
index 2a727606bc3..e6537b0675a 100644
--- a/board/siemens/common/board_am335x.c
+++ b/board/siemens/common/board_am335x.c
@@ -36,7 +36,7 @@ void set_mux_conf_regs(void)
/* enable early the console */
gd->baudrate = CONFIG_BAUDRATE;
serial_init();
- gd->have_console = 1;
+ gd->flags |= GD_FLG_HAVE_CONSOLE;
siemens_ee_setup();
if (draco_read_eeprom() < 0)