summaryrefslogtreecommitdiffstats
path: root/board/siemens/common/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/siemens/common/board.c')
-rw-r--r--board/siemens/common/board.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/siemens/common/board.c b/board/siemens/common/board.c
index cc0ac6b0bd..fb2de48fbc 100644
--- a/board/siemens/common/board.c
+++ b/board/siemens/common/board.c
@@ -43,6 +43,11 @@ void set_mux_conf_regs(void)
/* Initalize the board header */
enable_i2c0_pin_mux();
i2c_set_bus_num(0);
+
+ /* enable early the console */
+ gd->baudrate = CONFIG_BAUDRATE;
+ serial_init();
+ gd->have_console = 1;
if (read_eeprom() < 0)
puts("Could not get board ID.\n");
OpenPOWER on IntegriCloud