]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/siemens/common/board.c
am33xx, spl, siemens: enable debug uart output again
[karo-tx-uboot.git] / board / siemens / common / board.c
index cc0ac6b0bda3eff3f2ffd3b0b1c9cab6ae11b879..fb2de48fbc2085586d79698ef3c95ec05c4ca1fd 100644 (file)
@@ -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");