diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/t60/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/mainboard.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t60/mainboard.c b/src/mainboard/lenovo/t60/mainboard.c index a1de75670c..1817b4b381 100644 --- a/src/mainboard/lenovo/t60/mainboard.c +++ b/src/mainboard/lenovo/t60/mainboard.c @@ -91,7 +91,7 @@ static void mainboard_enable(device_t dev) set_option("tft_brightness", &(u8[]){ 0xff }); set_option("volume", &(u8[]){ 0x03 }); /* set baudrate to 115200 baud */ - set_option("baud_rate", &(u8[]){ 0x05 }); + set_option("baud_rate", &(u8[]){ 0x00 }); /* set default debug_level (DEFAULT_CONSOLE_LOGLEVEL starts at 1) */ set_option("debug_level", &(u8[]) { CONFIG_DEFAULT_CONSOLE_LOGLEVEL+1 }); set_option("cmos_defaults_loaded", &(u8[]){ 0x01 }); diff --git a/src/mainboard/lenovo/x60/mainboard.c b/src/mainboard/lenovo/x60/mainboard.c index ee6ac144fc..89ac48956b 100644 --- a/src/mainboard/lenovo/x60/mainboard.c +++ b/src/mainboard/lenovo/x60/mainboard.c @@ -89,7 +89,7 @@ static void mainboard_enable(device_t dev) set_option("tft_brightness", &(u8[]){ 0xff }); set_option("volume", &(u8[]){ 0x03 }); /* set baudrate to 115200 baud */ - set_option("baud_rate", &(u8[]){ 0x05 }); + set_option("baud_rate", &(u8[]){ 0x00 }); /* set default debug_level (DEFAULT_CONSOLE_LOGLEVEL starts at 1) */ set_option("debug_level", &(u8[]) { CONFIG_DEFAULT_CONSOLE_LOGLEVEL+1 }); set_option("cmos_defaults_loaded", &(u8[]){ 0x01 }); |