summaryrefslogtreecommitdiffstats
path: root/include/configs/da830evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-06-19 12:54:34 +0000
committerWolfgang Denk <wd@denx.de>2012-06-20 20:26:16 +0200
commit26750c8aee2383a026e0cf89e9310628d3a5a6a0 (patch)
treec9aba64f8650364b2cf284e0df6896000728c396 /include/configs/da830evm.h
parent87d65558efe50bb2cc3617bafd8399695212c0e5 (diff)
downloadtalos-obmc-uboot-26750c8aee2383a026e0cf89e9310628d3a5a6a0.tar.gz
talos-obmc-uboot-26750c8aee2383a026e0cf89e9310628d3a5a6a0.zip
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/da830evm.h')
-rw-r--r--include/configs/da830evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index 781878ef39..aa7a6ba03e 100644
--- a/include/configs/da830evm.h
+++ b/include/configs/da830evm.h
@@ -65,7 +65,6 @@
#define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
#define CONFIG_CONS_INDEX 1 /* use UART0 for console */
#define CONFIG_BAUDRATE 115200 /* Default baud rate */
-#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
/*
* I2C Configuration
OpenPOWER on IntegriCloud