Commit f530eb9e9e2194efb9f5dde2e47c2214aad1c633

Authored by Álvaro Fernández Rojas
Committed by Daniel Schwierzeck
1 parent 24f85482c9

mips: bmips: extend baud rates support

Now that the uart driver has been fixed we support more baud rates.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

include/configs/bmips_common.h
... ... @@ -7,6 +7,10 @@
7 7 #ifndef __CONFIG_BMIPS_COMMON_H
8 8 #define __CONFIG_BMIPS_COMMON_H
9 9  
  10 +/* UART */
  11 +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
  12 + 230400, 500000, 1500000 }
  13 +
10 14 /* RAM */
11 15 #define CONFIG_SYS_MEMTEST_START 0xa0000000
12 16 #define CONFIG_SYS_MEMTEST_END 0xa2000000