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/ppmc7xx.h | |
parent | 87d65558efe50bb2cc3617bafd8399695212c0e5 (diff) | |
download | u-boot-imx-26750c8aee2383a026e0cf89e9310628d3a5a6a0.zip u-boot-imx-26750c8aee2383a026e0cf89e9310628d3a5a6a0.tar.gz u-boot-imx-26750c8aee2383a026e0cf89e9310628d3a5a6a0.tar.bz2 |
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/ppmc7xx.h')
-rw-r--r-- | include/configs/ppmc7xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ppmc7xx.h b/include/configs/ppmc7xx.h index 4ceee17..5cd6609 100644 --- a/include/configs/ppmc7xx.h +++ b/include/configs/ppmc7xx.h @@ -368,7 +368,6 @@ /* * Serial port config * - * CONFIG_SYS_BAUDRATE_TABLE - List of valid baud rates * CONFIG_SYS_NS16550 - Include the NS16550 driver * CONFIG_SYS_NS16550_SERIAL - Include the serial (wrapper) driver * CONFIG_SYS_NS16550_CLK - Frequency of reference clock @@ -376,7 +375,6 @@ * CONFIG_SYS_NS16550_COM1 - Base address of 1st serial port */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 3686400 |