diff options
author | Tom Rini | 2012-06-19 12:54:34 +0000 |
---|---|---|
committer | Wolfgang Denk | 2012-06-20 20:26:16 +0200 |
commit | 26750c8aee2383a026e0cf89e9310628d3a5a6a0 (patch) | |
tree | c9aba64f8650364b2cf284e0df6896000728c396 /arch | |
parent | 87d65558efe50bb2cc3617bafd8399695212c0e5 (diff) |
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 'arch')
-rw-r--r-- | arch/blackfin/include/asm/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/include/asm/config.h b/arch/blackfin/include/asm/config.h index 25cd8338657..d870d1224fc 100644 --- a/arch/blackfin/include/asm/config.h +++ b/arch/blackfin/include/asm/config.h @@ -162,9 +162,6 @@ # undef CONFIG_SYS_HZ #endif #define CONFIG_SYS_HZ 1000 -#ifndef CONFIG_SYS_BAUDRATE_TABLE -# define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } -#endif /* Blackfin POST tests */ #ifdef CONFIG_POST_BSPEC1_GPIO_LEDS |