diff options
author | Tom Rini <trini@ti.com> | 2012-06-19 12:54:34 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-06-20 20:26:16 +0200 |
commit | 26750c8aee2383a026e0cf89e9310628d3a5a6a0 (patch) | |
tree | c9aba64f8650364b2cf284e0df6896000728c396 /include/configs/ethernut5.h | |
parent | 87d65558efe50bb2cc3617bafd8399695212c0e5 (diff) | |
download | u-boot-26750c8aee2383a026e0cf89e9310628d3a5a6a0.tar.gz |
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/ethernut5.h')
-rw-r--r-- | include/configs/ethernut5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index 604d2dd5f5..5aed0ed308 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -103,7 +103,6 @@ #define CONFIG_ATMEL_USART #define CONFIG_USART3 /* USART 3 is DBGU */ #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS |