summaryrefslogtreecommitdiffstats
path: root/include/configs/r7780mp.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/r7780mp.h
parent87d65558efe50bb2cc3617bafd8399695212c0e5 (diff)
downloadblackbird-obmc-uboot-26750c8aee2383a026e0cf89e9310628d3a5a6a0.tar.gz
blackbird-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/r7780mp.h')
-rw-r--r--include/configs/r7780mp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h
index b0655c3233..a7b3628298 100644
--- a/include/configs/r7780mp.h
+++ b/include/configs/r7780mp.h
@@ -70,8 +70,6 @@
#define CONFIG_SYS_PBSIZE 256
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_SYS_BARGSIZE 512
-/* List of legal baudrate settings for this board */
-#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 }
#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE)
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_TEXT_BASE - 0x100000)
OpenPOWER on IntegriCloud