diff options
author | Tom Rini | 2017-05-31 22:28:06 -0400 |
---|---|---|
committer | Tom Rini | 2017-05-31 22:28:06 -0400 |
commit | 31493dd5ffc74e2d5d1f1112fd2267e37d4fd698 (patch) | |
tree | 25e36b80fded32b568357f0d73b583beb3d980bb /include/configs/bmips_common.h | |
parent | 1b87f9538f28566a4f718532f9c6a2a19842dbde (diff) | |
parent | c93bb1d7bb24930cd3591b0a5a980f77fabd1c29 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Please pull another update for Broadcom MIPS.
This contains new SoC's, new boards and new drivers and some bugfixes.
Diffstat (limited to 'include/configs/bmips_common.h')
-rw-r--r-- | include/configs/bmips_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/bmips_common.h b/include/configs/bmips_common.h index d2b05d44c8b..38bf7a272be 100644 --- a/include/configs/bmips_common.h +++ b/include/configs/bmips_common.h @@ -7,6 +7,10 @@ #ifndef __CONFIG_BMIPS_COMMON_H #define __CONFIG_BMIPS_COMMON_H +/* UART */ +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \ + 230400, 500000, 1500000 } + /* RAM */ #define CONFIG_SYS_MEMTEST_START 0xa0000000 #define CONFIG_SYS_MEMTEST_END 0xa2000000 |