diff options
author | Tom Rini <trini@ti.com> | 2012-06-19 12:54:34 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-06-20 18:26:16 (GMT) |
commit | 26750c8aee2383a026e0cf89e9310628d3a5a6a0 (patch) | |
tree | c9aba64f8650364b2cf284e0df6896000728c396 /include/configs/PMC405DE.h | |
parent | 87d65558efe50bb2cc3617bafd8399695212c0e5 (diff) | |
download | u-boot-26750c8aee2383a026e0cf89e9310628d3a5a6a0.tar.xz |
CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there
We provide a default table of { 9600, 19200, 38400, 57600, 115200 }
in <config_fallbacks.h> which mkconfig places after <configs/...h> in
the generated config file. This is used when a board has not set its
own table.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/PMC405DE.h')
-rw-r--r-- | include/configs/PMC405DE.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index 60aabf3..992443a 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -117,10 +117,6 @@ #undef CONFIG_SYS_EXT_SERIAL_CLOCK #define CONFIG_SYS_BASE_BAUD 691200 -/* The following table includes the supported baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE \ - { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ #define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */ |