Commit d070ff0b authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] set default console baud rate in 68360serial.c

This patch sets a default console baud rate in the 68360 serial
driver instead of just error'ing out if it is not set.
parent f1fd07b6
......@@ -324,7 +324,8 @@ static int baud_table[] = {
#elif defined(CONFIG_CONSOLE_115200)
#define CONSOLE_BAUDRATE 115200
#else
#error "console baud rate undefined"
#warn "console baud rate undefined"
#define CONSOLE_BAUDRATE 9600
#endif
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment