Commit 26750c8aee2383a026e0cf89e9310628d3a5a6a0

Authored by Tom Rini
Committed by Wolfgang Denk
1 parent 87d65558ef

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>

Showing 242 changed files with 17 additions and 405 deletions Side-by-side Diff

arch/blackfin/include/asm/config.h
... ... @@ -162,9 +162,6 @@
162 162 # undef CONFIG_SYS_HZ
163 163 #endif
164 164 #define CONFIG_SYS_HZ 1000
165   -#ifndef CONFIG_SYS_BAUDRATE_TABLE
166   -# define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
167   -#endif
168 165  
169 166 /* Blackfin POST tests */
170 167 #ifdef CONFIG_POST_BSPEC1_GPIO_LEDS
... ... @@ -147,8 +147,6 @@
147 147  
148 148 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
149 149  
150   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
151   -
152 150 /*
153 151 * Low Level Configuration Settings
154 152 * (address mappings, register initial values, etc.)
include/config_fallbacks.h
  1 +/*
  2 + * Copyright 2012 Texas Instruments
  3 + *
  4 + * This file is licensed under the terms of the GNU General Public
  5 + * License Version 2. This file is licensed "as is" without any
  6 + * warranty of any kind, whether express or implied.
  7 + */
  8 +
  9 +#ifndef __CONFIG_FALLBACKS_H
  10 +#define __CONFIG_FALLBACKS_H
  11 +
  12 +#ifndef CONFIG_SYS_BAUDRATE_TABLE
  13 +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  14 +#endif
  15 +
  16 +#endif /* __CONFIG_FALLBACKS_H */
include/configs/A3000.h
... ... @@ -49,7 +49,6 @@
49 49  
50 50 #define CONFIG_CONS_INDEX 1
51 51 #define CONFIG_BAUDRATE 9600
52   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
53 52  
54 53 #define CONFIG_BOOTDELAY 5
55 54  
include/configs/AMX860.h
... ... @@ -121,8 +121,6 @@
121 121  
122 122 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
123 123  
124   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
125   -
126 124 /*
127 125 * Low Level Configuration Settings
128 126 * (address mappings, register initial values, etc.)
include/configs/Adder.h
... ... @@ -101,8 +101,6 @@
101 101  
102 102 #define CONFIG_SYS_HZ 1000 /* Decrementer freq: 1 ms ticks */
103 103  
104   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
105   -
106 104 /*-----------------------------------------------------------------------
107 105 * RAM configuration (note that CONFIG_SYS_SDRAM_BASE must be zero)
108 106 */
include/configs/BMW.h
... ... @@ -51,7 +51,6 @@
51 51  
52 52 #define CONFIG_CONS_INDEX 1
53 53 #define CONFIG_BAUDRATE 9600
54   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
55 54  
56 55 #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */
57 56  
include/configs/CPC45.h
... ... @@ -49,7 +49,6 @@
49 49  
50 50 #define CONFIG_CONS_INDEX 1
51 51 #define CONFIG_BAUDRATE 9600
52   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
53 52  
54 53 #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo"
55 54  
include/configs/CPU86.h
... ... @@ -203,8 +203,6 @@
203 203  
204 204 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
205 205  
206   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
207   -
208 206 #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 /* "bad" address */
209 207  
210 208 /*
include/configs/CPU87.h
... ... @@ -216,8 +216,6 @@
216 216  
217 217 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
218 218  
219   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
220   -
221 219 #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 /* "bad" address */
222 220  
223 221 #define CONFIG_LOOPW
include/configs/CU824.h
... ... @@ -49,7 +49,6 @@
49 49  
50 50 #define CONFIG_CONS_INDEX 1
51 51 #define CONFIG_BAUDRATE 9600
52   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
53 52  
54 53 #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo"
55 54  
include/configs/EB+MCF-EV123.h
... ... @@ -40,7 +40,6 @@
40 40 #define CONFIG_MCFUART
41 41 #define CONFIG_SYS_UART_PORT (0)
42 42 #define CONFIG_BAUDRATE 9600
43   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
44 43  
45 44 #undef CONFIG_MONITOR_IS_IN_RAM /* starts uboot direct */
46 45  
include/configs/ELPT860.h
... ... @@ -145,7 +145,6 @@
145 145 #define CONFIG_ENV_IS_IN_FLASH 1 /* Environment is in FLASH */
146 146  
147 147 #define CONFIG_BAUDRATE 9600 /* console baudrate = 9600 bps */
148   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
149 148  
150 149 #define CONFIG_ETHADDR 00:01:77:00:60:40
151 150 #define CONFIG_IPADDR 192.168.0.30
include/configs/EP88x.h
... ... @@ -96,8 +96,6 @@
96 96  
97 97 #define CONFIG_SYS_HZ 1000 /* Decrementer freq: 1 ms ticks */
98 98  
99   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
100   -
101 99 /*-----------------------------------------------------------------------
102 100 * RAM configuration (note that CONFIG_SYS_SDRAM_BASE must be zero)
103 101 */
include/configs/ESTEEM192E.h
... ... @@ -102,10 +102,6 @@
102 102  
103 103 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
104 104  
105   -
106   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
107   -
108   -
109 105 /*
110 106 * Low Level Configuration Settings
111 107 * (address mappings, register initial values, etc.)
include/configs/ETX094.h
... ... @@ -122,8 +122,6 @@
122 122  
123 123 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
124 124  
125   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
126   -
127 125 /*
128 126 * Low Level Configuration Settings
129 127 * (address mappings, register initial values, etc.)
include/configs/FADS823.h
... ... @@ -154,8 +154,6 @@
154 154  
155 155 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
156 156  
157   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
158   -
159 157 /*
160 158 * Low Level Configuration Settings
161 159 * (address mappings, register initial values, etc.)
include/configs/FADS850SAR.h
... ... @@ -100,8 +100,6 @@
100 100  
101 101 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
102 102  
103   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
104   -
105 103 /*
106 104 * Low Level Configuration Settings
107 105 * (address mappings, register initial values, etc.)
include/configs/FLAGADM.h
... ... @@ -112,8 +112,6 @@
112 112  
113 113 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
114 114  
115   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
116   -
117 115 /*
118 116 * Low Level Configuration Settings
119 117 * (address mappings, register initial values, etc.)
include/configs/FPS850L.h
... ... @@ -151,8 +151,6 @@
151 151  
152 152 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
153 153  
154   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
155   -
156 154 /*
157 155 * Low Level Configuration Settings
158 156 * (address mappings, register initial values, etc.)
include/configs/FPS860L.h
... ... @@ -151,8 +151,6 @@
151 151  
152 152 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
153 153  
154   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
155   -
156 154 /*
157 155 * Low Level Configuration Settings
158 156 * (address mappings, register initial values, etc.)
include/configs/GEN860T.h
... ... @@ -64,16 +64,6 @@
64 64 #define CONFIG_BAUDRATE 38400
65 65  
66 66 /*
67   - * Set allowable console baud rates
68   - */
69   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, \
70   - 19200, \
71   - 38400, \
72   - 57600, \
73   - 115200, \
74   - }
75   -
76   -/*
77 67 * Print console information
78 68 */
79 69 #undef CONFIG_SYS_CONSOLE_INFO_QUIET
include/configs/HIDDEN_DRAGON.h
... ... @@ -190,7 +190,6 @@
190 190 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
191 191 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
192 192  
193   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
194 193 #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM }
195 194  
196 195 /*-----------------------------------------------------------------------
include/configs/IAD210.h
... ... @@ -166,8 +166,6 @@
166 166  
167 167 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
168 168  
169   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
170   -
171 169 /*
172 170 * Low Level Configuration Settings
173 171 * (address mappings, register initial values, etc.)
include/configs/ICU862.h
... ... @@ -170,8 +170,6 @@
170 170  
171 171 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
172 172  
173   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
174   -
175 173 /*
176 174 * Low Level Configuration Settings
177 175 * (address mappings, register initial values, etc.)
include/configs/IDS8247.h
... ... @@ -215,8 +215,6 @@
215 215  
216 216 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
217 217  
218   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
219   -
220 218 #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */
221 219  
222 220 /*
include/configs/IP860.h
... ... @@ -135,8 +135,6 @@
135 135  
136 136 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
137 137  
138   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
139   -
140 138 /*
141 139 * Low Level Configuration Settings
142 140 * (address mappings, register initial values, etc.)
include/configs/IPHASE4539.h
... ... @@ -175,8 +175,6 @@
175 175  
176 176 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
177 177  
178   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
179   -
180 178 #define CONFIG_SYS_RESET_ADDRESS 0x04400000
181 179  
182 180 #define CONFIG_MISC_INIT_R 1 /* We need misc_init_r() */
include/configs/ISPAN.h
... ... @@ -160,8 +160,6 @@
160 160  
161 161 #define CONFIG_SYS_HZ 1000 /* Decrementer freq: 1 ms ticks */
162 162  
163   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
164   -
165 163 #define CONFIG_SYS_RESET_ADDRESS 0x09900000
166 164  
167 165 #define CONFIG_MISC_INIT_R /* We need misc_init_r() */
include/configs/IVML24.h
... ... @@ -129,8 +129,6 @@
129 129  
130 130 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
131 131  
132   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
133   -
134 132 /*
135 133 * Low Level Configuration Settings
136 134 * (address mappings, register initial values, etc.)
include/configs/IVMS8.h
... ... @@ -126,8 +126,6 @@
126 126  
127 127 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
128 128  
129   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
130   -
131 129 /*
132 130 * Low Level Configuration Settings
133 131 * (address mappings, register initial values, etc.)
include/configs/LANTEC.h
... ... @@ -139,8 +139,6 @@
139 139  
140 140 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
141 141  
142   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
143   -
144 142 /*
145 143 * Low Level Configuration Settings
146 144 * (address mappings, register initial values, etc.)
include/configs/M5208EVBE.h
... ... @@ -36,7 +36,6 @@
36 36 #define CONFIG_MCFUART
37 37 #define CONFIG_SYS_UART_PORT (0)
38 38 #define CONFIG_BAUDRATE 115200
39   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
40 39  
41 40 #undef CONFIG_WATCHDOG
42 41 #define CONFIG_WATCHDOG_TIMEOUT 5000
include/configs/M52277EVB.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #undef CONFIG_WATCHDOG
47 46  
include/configs/M5235EVB.h
... ... @@ -40,7 +40,6 @@
40 40 #define CONFIG_MCFUART
41 41 #define CONFIG_SYS_UART_PORT (0)
42 42 #define CONFIG_BAUDRATE 115200
43   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
44 43  
45 44 #undef CONFIG_WATCHDOG
46 45 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */
include/configs/M5249EVB.h
... ... @@ -42,7 +42,6 @@
42 42 #define CONFIG_MCFUART
43 43 #define CONFIG_SYS_UART_PORT (0)
44 44 #define CONFIG_BAUDRATE 115200
45   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
46 45  
47 46 #undef CONFIG_WATCHDOG
48 47  
include/configs/M5253DEMO.h
... ... @@ -33,7 +33,6 @@
33 33 #define CONFIG_MCFUART
34 34 #define CONFIG_SYS_UART_PORT (0)
35 35 #define CONFIG_BAUDRATE 115200
36   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
37 36  
38 37 #undef CONFIG_WATCHDOG /* disable watchdog */
39 38  
include/configs/M5253EVBE.h
... ... @@ -33,7 +33,6 @@
33 33 #define CONFIG_MCFUART
34 34 #define CONFIG_SYS_UART_PORT (0)
35 35 #define CONFIG_BAUDRATE 115200
36   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
37 36  
38 37 #undef CONFIG_WATCHDOG /* disable watchdog */
39 38  
include/configs/M5271EVB.h
... ... @@ -43,7 +43,6 @@
43 43 #define CONFIG_MCFUART
44 44 #define CONFIG_SYS_UART_PORT (0)
45 45 #define CONFIG_BAUDRATE 115200
46   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
47 46  
48 47 #undef CONFIG_WATCHDOG /* disable watchdog */
49 48  
include/configs/M5272C3.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #undef CONFIG_WATCHDOG
47 46 #define CONFIG_WATCHDOG_TIMEOUT 10000 /* timeout in milliseconds */
include/configs/M5275EVB.h
... ... @@ -46,7 +46,6 @@
46 46 #define CONFIG_MCFUART
47 47 #define CONFIG_SYS_UART_PORT (0)
48 48 #define CONFIG_BAUDRATE 115200
49   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
50 49  
51 50 /* Configuration for environment
52 51 * Environment is embedded in u-boot in the second sector of the flash
include/configs/M5282EVB.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #undef CONFIG_MONITOR_IS_IN_RAM /* define if monitor is started from a pre-loader */
47 46  
include/configs/M53017EVB.h
... ... @@ -40,7 +40,6 @@
40 40 #define CONFIG_MCFUART
41 41 #define CONFIG_SYS_UART_PORT (0)
42 42 #define CONFIG_BAUDRATE 115200
43   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
44 43  
45 44 #undef CONFIG_WATCHDOG
46 45 #define CONFIG_WATCHDOG_TIMEOUT 5000
include/configs/M5329EVB.h
... ... @@ -40,7 +40,6 @@
40 40 #define CONFIG_MCFUART
41 41 #define CONFIG_SYS_UART_PORT (0)
42 42 #define CONFIG_BAUDRATE 115200
43   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
44 43  
45 44 #undef CONFIG_WATCHDOG
46 45 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */
include/configs/M5373EVB.h
... ... @@ -40,7 +40,6 @@
40 40 #define CONFIG_MCFUART
41 41 #define CONFIG_SYS_UART_PORT (0)
42 42 #define CONFIG_BAUDRATE 115200
43   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
44 43  
45 44 #undef CONFIG_WATCHDOG
46 45 #define CONFIG_WATCHDOG_TIMEOUT 3360 /* timeout in ms, max is 3.36 sec */
include/configs/M54451EVB.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #undef CONFIG_WATCHDOG
47 46  
include/configs/M54455EVB.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #undef CONFIG_WATCHDOG
47 46  
include/configs/M5475EVB.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #define CONFIG_HW_WATCHDOG
47 46 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */
include/configs/M5485EVB.h
... ... @@ -41,7 +41,6 @@
41 41 #define CONFIG_MCFUART
42 42 #define CONFIG_SYS_UART_PORT (0)
43 43 #define CONFIG_BAUDRATE 115200
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
45 44  
46 45 #define CONFIG_HW_WATCHDOG
47 46 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */
include/configs/MBX.h
... ... @@ -119,8 +119,6 @@
119 119  
120 120 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
121 121  
122   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
123   -
124 122 /*
125 123 * Low Level Configuration Settings
126 124 * (address mappings, register initial values, etc.)
include/configs/MBX860T.h
... ... @@ -74,8 +74,6 @@
74 74  
75 75 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
76 76  
77   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
78   -
79 77 /*
80 78 * Low Level Configuration Settings
81 79 * (address mappings, register initial values, etc.)
include/configs/MHPC.h
... ... @@ -162,8 +162,6 @@
162 162  
163 163 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
164 164  
165   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
166   -
167 165 /*
168 166 * Low Level Configuration Settings
169 167 * (address mappings, register initial values, etc.)
include/configs/MOUSSE.h
... ... @@ -140,8 +140,6 @@
140 140 1MB - 64K FLASH0 SEG =960K
141 141 (size=0xf0000)*/
142 142  
143   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
144   -
145 143 /*
146 144 * NS16550 Configuration
147 145 */
include/configs/MUSENKI.h
... ... @@ -49,7 +49,6 @@
49 49  
50 50 #define CONFIG_CONS_INDEX 1
51 51 #define CONFIG_BAUDRATE 9600
52   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
53 52  
54 53 #define CONFIG_BOOTDELAY 5
55 54  
include/configs/MVBLUE.h
... ... @@ -66,7 +66,6 @@
66 66  
67 67 #define CONFIG_CONS_INDEX 1
68 68 #define CONFIG_BAUDRATE 115200
69   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
70 69  
71 70 #define CONFIG_BOOTDELAY 3
72 71 #define CONFIG_BOOT_RETRY_TIME -1
include/configs/MVS1.h
... ... @@ -124,8 +124,6 @@
124 124  
125 125 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
126 126  
127   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
128   -
129 127 /*
130 128 * Low Level Configuration Settings
131 129 * (address mappings, register initial values, etc.)
include/configs/NETPHONE.h
... ... @@ -155,8 +155,6 @@
155 155  
156 156 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
157 157  
158   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
159   -
160 158 /*
161 159 * Low Level Configuration Settings
162 160 * (address mappings, register initial values, etc.)
include/configs/NETTA.h
... ... @@ -168,8 +168,6 @@
168 168  
169 169 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
170 170  
171   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
172   -
173 171 /*
174 172 * Low Level Configuration Settings
175 173 * (address mappings, register initial values, etc.)
include/configs/NETTA2.h
... ... @@ -156,8 +156,6 @@
156 156  
157 157 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
158 158  
159   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
160   -
161 159 /*
162 160 * Low Level Configuration Settings
163 161 * (address mappings, register initial values, etc.)
include/configs/NETVIA.h
... ... @@ -137,8 +137,6 @@
137 137  
138 138 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
139 139  
140   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
141   -
142 140 /*
143 141 * Low Level Configuration Settings
144 142 * (address mappings, register initial values, etc.)
include/configs/NSCU.h
... ... @@ -159,8 +159,6 @@
159 159  
160 160 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
161 161  
162   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
163   -
164 162 /*
165 163 * Low Level Configuration Settings
166 164 * (address mappings, register initial values, etc.)
include/configs/NX823.h
... ... @@ -101,8 +101,6 @@
101 101  
102 102 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
103 103  
104   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
105   -
106 104 /*
107 105 * Low Level Configuration Settings
108 106 * (address mappings, register initial values, etc.)
include/configs/PCIPPC2.h
... ... @@ -50,7 +50,6 @@
50 50  
51 51 #define CONFIG_CONS_INDEX 1
52 52 #define CONFIG_BAUDRATE 9600
53   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
54 53  
55 54 #define CONFIG_PREBOOT ""
56 55 #define CONFIG_BOOTDELAY 5
include/configs/PCIPPC6.h
... ... @@ -50,7 +50,6 @@
50 50  
51 51 #define CONFIG_CONS_INDEX 1
52 52 #define CONFIG_BAUDRATE 9600
53   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
54 53  
55 54 #define CONFIG_PREBOOT ""
56 55 #define CONFIG_BOOTDELAY 5
include/configs/PM826.h
... ... @@ -200,8 +200,6 @@
200 200  
201 201 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
202 202  
203   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
204   -
205 203 #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */
206 204  
207 205 /*
include/configs/PM828.h
... ... @@ -200,8 +200,6 @@
200 200  
201 201 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
202 202  
203   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
204   -
205 203 #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */
206 204  
207 205 /*
include/configs/PMC405DE.h
... ... @@ -117,10 +117,6 @@
117 117 #undef CONFIG_SYS_EXT_SERIAL_CLOCK
118 118 #define CONFIG_SYS_BASE_BAUD 691200
119 119  
120   -/* The following table includes the supported baudrates */
121   -#define CONFIG_SYS_BAUDRATE_TABLE \
122   - { 9600, 19200, 38400, 57600, 115200 }
123   -
124 120 #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
125 121 #define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */
126 122  
include/configs/PN62.h
... ... @@ -171,7 +171,6 @@
171 171 /*
172 172 * Serial port configuration
173 173 */
174   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
175 174  
176 175 #define CONFIG_SYS_NS16550
177 176 #define CONFIG_SYS_NS16550_SERIAL
include/configs/QS823.h
... ... @@ -255,8 +255,6 @@
255 255  
256 256 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
257 257  
258   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
259   -
260 258 /*-----------------------------------------------------------------------
261 259 * Low Level Configuration Settings
262 260 * (address mappings, register initial values, etc.)
include/configs/QS850.h
... ... @@ -255,8 +255,6 @@
255 255  
256 256 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
257 257  
258   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
259   -
260 258 /*-----------------------------------------------------------------------
261 259 * Low Level Configuration Settings
262 260 * (address mappings, register initial values, etc.)
include/configs/QS860T.h
... ... @@ -165,8 +165,6 @@
165 165  
166 166 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
167 167  
168   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
169   -
170 168 /*-----------------------------------------------------------------------
171 169 * Low Level Configuration Settings
172 170 * (address mappings, register initial values, etc.)
include/configs/R360MPI.h
... ... @@ -162,8 +162,6 @@
162 162  
163 163 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
164 164  
165   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
166   -
167 165 /*
168 166 * JFFS2 partitions
169 167 */
include/configs/RBC823.h
... ... @@ -151,8 +151,6 @@
151 151  
152 152 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
153 153  
154   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
155   -
156 154 /*
157 155 * Low Level Configuration Settings
158 156 * (address mappings, register initial values, etc.)
include/configs/RPXClassic.h
... ... @@ -134,8 +134,6 @@
134 134  
135 135 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
136 136  
137   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
138   -
139 137 /*
140 138 * Low Level Configuration Settings
141 139 * (address mappings, register initial values, etc.)
include/configs/RPXlite.h
... ... @@ -103,8 +103,6 @@
103 103  
104 104 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
105 105  
106   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
107   -
108 106 /*
109 107 * Low Level Configuration Settings
110 108 * (address mappings, register initial values, etc.)
include/configs/RPXlite_DW.h
... ... @@ -178,7 +178,6 @@
178 178 #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
179 179  
180 180 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
181   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
182 181  
183 182 /*
184 183 * Low Level Configuration Settings
include/configs/RPXsuper.h
... ... @@ -216,9 +216,6 @@
216 216 #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
217 217 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
218 218  
219   -/* valid baudrates */
220   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
221   -
222 219 /*
223 220 * Low Level Configuration Settings
224 221 * (address mappings, register initial values, etc.)
include/configs/RRvision.h
... ... @@ -180,8 +180,6 @@
180 180  
181 181 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
182 182  
183   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
184   -
185 183 /*
186 184 * Low Level Configuration Settings
187 185 * (address mappings, register initial values, etc.)
include/configs/SCM.h
... ... @@ -234,8 +234,6 @@
234 234  
235 235 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
236 236  
237   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
238   -
239 237 #define CONFIG_SYS_RESET_ADDRESS 0xFFFFFFFC /* "bad" address */
240 238  
241 239 #define CONFIG_MISC_INIT_R /* have misc_init_r() function */
include/configs/SM850.h
... ... @@ -109,8 +109,6 @@
109 109  
110 110 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
111 111  
112   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
113   -
114 112 /*
115 113 * Low Level Configuration Settings
116 114 * (address mappings, register initial values, etc.)
include/configs/SPD823TS.h
... ... @@ -121,8 +121,6 @@
121 121  
122 122 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
123 123  
124   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
125   -
126 124 /*
127 125 * Low Level Configuration Settings
128 126 * (address mappings, register initial values, etc.)
include/configs/SX1.h
... ... @@ -90,8 +90,6 @@
90 90 #define CONFIG_ENV_OVERWRITE
91 91 #define CONFIG_CONS_INDEX 1
92 92 #define CONFIG_BAUDRATE 115200
93   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
94   -
95 93  
96 94 /*
97 95 * BOOTP options
include/configs/SXNI855T.h
... ... @@ -188,8 +188,6 @@
188 188  
189 189 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
190 190  
191   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
192   -
193 191 /*
194 192 * Low Level Configuration Settings
195 193 * (address mappings, register initial values, etc.)
include/configs/Sandpoint8240.h
... ... @@ -226,7 +226,6 @@
226 226 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* takes up to 10 msec */
227 227  
228 228  
229   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
230 229 #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM , FLASH_BASE1_PRELIM }
231 230  
232 231 /*-----------------------------------------------------------------------
include/configs/Sandpoint8245.h
... ... @@ -194,7 +194,6 @@
194 194 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
195 195 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
196 196  
197   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
198 197 #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM , FLASH_BASE1_PRELIM }
199 198  
200 199 /*-----------------------------------------------------------------------
include/configs/TASREG.h
... ... @@ -48,7 +48,6 @@
48 48 #define CONFIG_MCFUART
49 49 #define CONFIG_SYS_UART_PORT (0)
50 50 #define CONFIG_BAUDRATE 19200
51   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
52 51  
53 52 #undef CONFIG_WATCHDOG
54 53  
include/configs/TK885D.h
... ... @@ -200,8 +200,6 @@
200 200  
201 201 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
202 202  
203   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
204   -
205 203 /*
206 204 * Enable loopw command.
207 205 */
include/configs/TQM823L.h
... ... @@ -166,8 +166,6 @@
166 166  
167 167 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
168 168  
169   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
170   -
171 169 /*
172 170 * Low Level Configuration Settings
173 171 * (address mappings, register initial values, etc.)
include/configs/TQM823M.h
... ... @@ -161,8 +161,6 @@
161 161  
162 162 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
163 163  
164   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
165   -
166 164 /*
167 165 * Low Level Configuration Settings
168 166 * (address mappings, register initial values, etc.)
include/configs/TQM8260.h
... ... @@ -268,8 +268,6 @@
268 268  
269 269 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
270 270  
271   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
272   -
273 271 #define CONFIG_SYS_RESET_ADDRESS 0xFFFFFFFC /* "bad" address */
274 272  
275 273 /*
include/configs/TQM8272.h
... ... @@ -332,8 +332,6 @@
332 332  
333 333 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
334 334  
335   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
336   -
337 335 #define CONFIG_SYS_RESET_ADDRESS 0x40000104 /* "bad" address */
338 336  
339 337 /*
include/configs/TQM850L.h
... ... @@ -151,8 +151,6 @@
151 151  
152 152 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
153 153  
154   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
155   -
156 154 /*
157 155 * Low Level Configuration Settings
158 156 * (address mappings, register initial values, etc.)
include/configs/TQM850M.h
... ... @@ -152,8 +152,6 @@
152 152  
153 153 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
154 154  
155   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
156   -
157 155 /*
158 156 * Low Level Configuration Settings
159 157 * (address mappings, register initial values, etc.)
include/configs/TQM855L.h
... ... @@ -155,8 +155,6 @@
155 155  
156 156 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
157 157  
158   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
159   -
160 158 /*
161 159 * Low Level Configuration Settings
162 160 * (address mappings, register initial values, etc.)
include/configs/TQM855M.h
... ... @@ -189,8 +189,6 @@
189 189  
190 190 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
191 191  
192   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
193   -
194 192 /*
195 193 * Low Level Configuration Settings
196 194 * (address mappings, register initial values, etc.)
include/configs/TQM860L.h
... ... @@ -154,8 +154,6 @@
154 154  
155 155 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
156 156  
157   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
158   -
159 157 /*
160 158 * Low Level Configuration Settings
161 159 * (address mappings, register initial values, etc.)
include/configs/TQM860M.h
... ... @@ -155,8 +155,6 @@
155 155  
156 156 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
157 157  
158   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
159   -
160 158 /*
161 159 * Low Level Configuration Settings
162 160 * (address mappings, register initial values, etc.)
include/configs/TQM862L.h
... ... @@ -158,8 +158,6 @@
158 158  
159 159 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
160 160  
161   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
162   -
163 161 /*
164 162 * Low Level Configuration Settings
165 163 * (address mappings, register initial values, etc.)
include/configs/TQM862M.h
... ... @@ -158,8 +158,6 @@
158 158  
159 159 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
160 160  
161   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
162   -
163 161 /*
164 162 * Low Level Configuration Settings
165 163 * (address mappings, register initial values, etc.)
include/configs/TQM866M.h
... ... @@ -201,8 +201,6 @@
201 201  
202 202 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
203 203  
204   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
205   -
206 204 /*
207 205 * Low Level Configuration Settings
208 206 * (address mappings, register initial values, etc.)
include/configs/TQM885D.h
... ... @@ -198,8 +198,6 @@
198 198  
199 199 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
200 200  
201   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
202   -
203 201 /*
204 202 * Enable loopw command.
205 203 */
include/configs/VCMA9.h
... ... @@ -181,9 +181,6 @@
181 181 /* we configure PWM Timer 4 to 1ms 1000Hz */
182 182 #define CONFIG_SYS_HZ 1000
183 183  
184   -/* valid baudrates */
185   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
186   -
187 184 /* support additional compression methods */
188 185 #define CONFIG_BZIP2
189 186 #define CONFIG_LZO
include/configs/VoVPN-GW.h
... ... @@ -86,9 +86,6 @@
86 86 /* don't allow baudrate change */
87 87 #undef CONFIG_SYS_LOADS_BAUD_CHANGE
88 88  
89   -/* supported baudrates */
90   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
91   -
92 89 /*
93 90 * select ethernet configuration
94 91 *
include/configs/a320evb.h
... ... @@ -71,9 +71,6 @@
71 71 #define CONFIG_SYS_NS16550_REG_SIZE -4
72 72 #define CONFIG_SYS_NS16550_CLK 18432000
73 73  
74   -/* valid baudrates */
75   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
76   -
77 74 /*
78 75 * Ethernet
79 76 */
include/configs/adp-ag101.h
... ... @@ -100,9 +100,6 @@
100 100 #define CONFIG_SYS_NS16550_REG_SIZE -4
101 101 #define CONFIG_SYS_NS16550_CLK ((46080000 * 20) / 25) /* AG101 */
102 102  
103   -/* valid baudrates */
104   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
105   -
106 103 /*
107 104 * Ethernet
108 105 */
include/configs/adp-ag101p.h
... ... @@ -100,9 +100,6 @@
100 100 #define CONFIG_SYS_NS16550_REG_SIZE -4
101 101 #define CONFIG_SYS_NS16550_CLK ((18432000 * 20) / 25) /* AG101P */
102 102  
103   -/* valid baudrates */
104   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
105   -
106 103 /*
107 104 * Ethernet
108 105 */
include/configs/adp-ag102.h
... ... @@ -99,9 +99,6 @@
99 99 #define CONFIG_SYS_NS16550_REG_SIZE -4
100 100 #define CONFIG_SYS_NS16550_CLK 33000000 /* AG102 */
101 101  
102   -/* valid baudrates */
103   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
104   -
105 102 /*
106 103 * Ethernet
107 104 */
include/configs/afeb9260.h
... ... @@ -157,7 +157,6 @@
157 157 "rw rootfstype=jffs2 panic=20"
158 158  
159 159 #define CONFIG_BAUDRATE 115200
160   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
161 160  
162 161 #define CONFIG_SYS_PROMPT "U-Boot> "
163 162 #define CONFIG_SYS_CBSIZE 256
include/configs/apollon.h
... ... @@ -112,7 +112,6 @@
112 112 #define CONFIG_ENV_OVERWRITE
113 113 #define CONFIG_CONS_INDEX 1
114 114 #define CONFIG_BAUDRATE 115200
115   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
116 115  
117 116 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
118 117 #include <config_cmd_default.h>
include/configs/astro_mcf5373l.h
... ... @@ -147,7 +147,6 @@
147 147 */
148 148  
149 149 #define CONFIG_BAUDRATE 115200
150   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
151 150  
152 151 #define CONFIG_MCFUART
153 152 #define CONFIG_SYS_UART_PORT (2)
include/configs/at91rm9200ek.h
... ... @@ -129,7 +129,6 @@
129 129 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
130 130 #define CONFIG_USART_ID 0/* ignored in arm */
131 131  
132   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
133 132 #define CONFIG_BAUDRATE 115200
134 133  
135 134 /*
include/configs/at91sam9260ek.h
... ... @@ -73,7 +73,6 @@
73 73 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
74 74 #define CONFIG_USART_ID ATMEL_ID_SYS
75 75 #define CONFIG_BAUDRATE 115200
76   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
77 76  
78 77 /* LED */
79 78 #define CONFIG_AT91_LED
include/configs/at91sam9261ek.h
... ... @@ -67,7 +67,6 @@
67 67 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
68 68 #define CONFIG_USART_ID ATMEL_ID_SYS
69 69 #define CONFIG_BAUDRATE 115200
70   -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 57600, 38400, 19200, 9600}
71 70  
72 71 /* LCD */
73 72 #define CONFIG_LCD
include/configs/at91sam9263ek.h
... ... @@ -71,7 +71,6 @@
71 71 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
72 72 #define CONFIG_USART_ID ATMEL_ID_SYS
73 73 #define CONFIG_BAUDRATE 115200
74   -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600}
75 74  
76 75 /* LCD */
77 76 #define CONFIG_LCD 1
include/configs/at91sam9m10g45ek.h
... ... @@ -178,7 +178,6 @@
178 178 "rw rootfstype=jffs2"
179 179  
180 180 #define CONFIG_BAUDRATE 115200
181   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
182 181  
183 182 #define CONFIG_SYS_PROMPT "U-Boot> "
184 183 #define CONFIG_SYS_CBSIZE 256
include/configs/at91sam9rlek.h
... ... @@ -62,7 +62,6 @@
62 62 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
63 63 #define CONFIG_USART_ID ATMEL_ID_SYS
64 64 #define CONFIG_BAUDRATE 115200
65   -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600}
66 65  
67 66 /* LCD */
68 67 #define CONFIG_LCD 1
include/configs/atc.h
... ... @@ -171,8 +171,6 @@
171 171  
172 172 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
173 173  
174   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
175   -
176 174 #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 /* "bad" address */
177 175  
178 176 #define CONFIG_SYS_ALLOC_DPRAM
include/configs/balloon3.h
... ... @@ -54,7 +54,6 @@
54 54 #define CONFIG_PXA_SERIAL
55 55 #define CONFIG_STUART 1
56 56 #define CONFIG_BAUDRATE 115200
57   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
58 57  
59 58 /*
60 59 * Bootloader Components Configuration
include/configs/c2mon.h
... ... @@ -127,8 +127,6 @@
127 127  
128 128 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
129 129  
130   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
131   -
132 130 /*
133 131 * Low Level Configuration Settings
134 132 * (address mappings, register initial values, etc.)
include/configs/ca9x4_ct_vxp.h
... ... @@ -62,7 +62,6 @@
62 62 #define CONFIG_CONS_INDEX 0
63 63  
64 64 #define CONFIG_BAUDRATE 38400
65   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
66 65 #define CONFIG_SYS_SERIAL0 0x10009000
67 66 #define CONFIG_SYS_SERIAL1 0x1000A000
68 67  
include/configs/calimain.h
... ... @@ -173,7 +173,6 @@
173 173 #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
174 174 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
175 175 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
176   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
177 176  
178 177 #define CONFIG_ENV_IS_IN_FLASH
179 178 #define CONFIG_FLASH_CFI_DRIVER
include/configs/cam_enc_4xx.h
... ... @@ -54,7 +54,6 @@
54 54 #define CONFIG_SYS_NS16550_REG_SIZE -4
55 55 #define CONFIG_SYS_NS16550_COM1 0x01c20000
56 56 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK
57   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
58 57 #define CONFIG_CONS_INDEX 1
59 58 #define CONFIG_BAUDRATE 115200
60 59  
include/configs/cm4008.h
... ... @@ -56,8 +56,6 @@
56 56 #define CONFIG_SERIAL1
57 57 #define CONFIG_CONS_INDEX 1
58 58 #define CONFIG_BAUDRATE 115200
59   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
60   -
61 59  
62 60 /*
63 61 * BOOTP options
include/configs/cm41xx.h
... ... @@ -56,8 +56,6 @@
56 56 #define CONFIG_SERIAL1
57 57 #define CONFIG_CONS_INDEX 1
58 58 #define CONFIG_BAUDRATE 115200
59   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
60   -
61 59  
62 60 /*
63 61 * BOOTP options
include/configs/cobra5272.h
... ... @@ -81,7 +81,6 @@
81 81 #define CONFIG_MCFUART
82 82 #define CONFIG_SYS_UART_PORT (0)
83 83 #define CONFIG_BAUDRATE 19200
84   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
85 84  
86 85 /* ---
87 86 * set "#if 0" to "#if 1" if (Hardware)-WATCHDOG should be enabled & change
include/configs/colibri_pxa270.h
... ... @@ -56,7 +56,6 @@
56 56 #define CONFIG_PXA_SERIAL
57 57 #define CONFIG_FFUART 1
58 58 #define CONFIG_BAUDRATE 115200
59   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
60 59  
61 60 /*
62 61 * Bootloader Components Configuration
include/configs/cpu9260.h
... ... @@ -487,7 +487,6 @@
487 487 #endif
488 488  
489 489 #define CONFIG_BAUDRATE 115200
490   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
491 490  
492 491 #if defined(CONFIG_CPU9G20)
493 492 #define CONFIG_SYS_PROMPT "CPU9G20=> "
include/configs/cpuat91.h
... ... @@ -197,7 +197,6 @@
197 197 #define CONFIG_SYS_LOAD_ADDR 0x21000000
198 198  
199 199 #define CONFIG_BAUDRATE 115200
200   -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 }
201 200  
202 201 #define CONFIG_SYS_PROMPT "CPUAT91=> "
203 202 #define CONFIG_SYS_CBSIZE 256
include/configs/da830evm.h
... ... @@ -65,7 +65,6 @@
65 65 #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
66 66 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
67 67 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
68   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
69 68  
70 69 /*
71 70 * I2C Configuration
include/configs/da850evm.h
... ... @@ -143,7 +143,6 @@
143 143 #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
144 144 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
145 145 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
146   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
147 146  
148 147 #define CONFIG_SPI
149 148 #define CONFIG_SPI_FLASH
include/configs/davinci_dm355evm.h
... ... @@ -45,7 +45,6 @@
45 45 #define CONFIG_SYS_NS16550_REG_SIZE -4
46 46 #define CONFIG_SYS_NS16550_COM1 0x01c20000
47 47 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK
48   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
49 48 #define CONFIG_CONS_INDEX 1
50 49 #define CONFIG_BAUDRATE 115200
51 50  
include/configs/davinci_dm355leopard.h
... ... @@ -44,7 +44,6 @@
44 44 #define CONFIG_SYS_NS16550_REG_SIZE -4
45 45 #define CONFIG_SYS_NS16550_COM1 0x01c20000
46 46 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK
47   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
48 47 #define CONFIG_CONS_INDEX 1
49 48 #define CONFIG_BAUDRATE 115200
50 49  
include/configs/davinci_dm365evm.h
... ... @@ -45,7 +45,6 @@
45 45 #define CONFIG_SYS_NS16550_REG_SIZE -4
46 46 #define CONFIG_SYS_NS16550_COM1 0x01c20000
47 47 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK
48   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
49 48 #define CONFIG_CONS_INDEX 1
50 49 #define CONFIG_BAUDRATE 115200
51 50  
include/configs/davinci_dm6467evm.h
... ... @@ -73,7 +73,6 @@
73 73 #define CONFIG_SYS_NS16550_CLK 24000000
74 74 #define CONFIG_CONS_INDEX 1
75 75 #define CONFIG_BAUDRATE 115200
76   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
77 76  
78 77 /* I2C Configuration */
79 78 #define CONFIG_HARD_I2C
include/configs/davinci_dvevm.h
... ... @@ -89,7 +89,6 @@
89 89 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */
90 90 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
91 91 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
92   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
93 92 /*===================*/
94 93 /* I2C Configuration */
95 94 /*===================*/
include/configs/davinci_schmoogie.h
... ... @@ -58,7 +58,6 @@
58 58 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */
59 59 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
60 60 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
61   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
62 61 /*===================*/
63 62 /* I2C Configuration */
64 63 /*===================*/
include/configs/davinci_sffsdr.h
... ... @@ -56,7 +56,6 @@
56 56 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */
57 57 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
58 58 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
59   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
60 59 /* I2C Configuration */
61 60 #define CONFIG_HARD_I2C
62 61 #define CONFIG_DRIVER_DAVINCI_I2C
include/configs/davinci_sonata.h
... ... @@ -90,7 +90,6 @@
90 90 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */
91 91 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
92 92 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
93   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
94 93 /*===================*/
95 94 /* I2C Configuration */
96 95 /*===================*/
include/configs/dbau1x00.h
... ... @@ -59,7 +59,6 @@
59 59 #define CONFIG_BAUDRATE 115200
60 60  
61 61 /* valid baudrates */
62   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
63 62  
64 63 #define CONFIG_TIMESTAMP /* Print image info with timestamp */
65 64 #undef CONFIG_BOOTARGS
include/configs/debris.h
... ... @@ -294,7 +294,6 @@
294 294 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
295 295 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
296 296  
297   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
298 297 #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM }
299 298  
300 299 /*-----------------------------------------------------------------------
include/configs/eXalion.h
... ... @@ -93,9 +93,6 @@
93 93 #define CONFIG_SYS_MAXARGS 8 /* max number of command args */
94 94 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
95 95 #define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */
96   -
97   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
98   -
99 96 #define CONFIG_MISC_INIT_R 1
100 97  
101 98 /*-----------------------------------------------------------------------
include/configs/ea20.h
... ... @@ -77,7 +77,6 @@
77 77 #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
78 78 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
79 79 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
80   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
81 80  
82 81 #define CONFIG_SPI
83 82 #define CONFIG_SPI_FLASH
include/configs/eb_cpux9k2.h
... ... @@ -188,8 +188,6 @@
188 188 * UART/CONSOLE
189 189 */
190 190  
191   -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 19200, 38400, 57600, 9600 }
192   -
193 191 #define CONFIG_BAUDRATE 115200
194 192 #define CONFIG_ATMEL_USART
195 193 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
include/configs/efikamx.h
... ... @@ -94,7 +94,6 @@
94 94 #define CONFIG_MXC_UART_BASE UART1_BASE
95 95 #define CONFIG_CONS_INDEX 1
96 96 #define CONFIG_BAUDRATE 115200
97   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
98 97  
99 98 #define CONFIG_MXC_GPIO
100 99  
include/configs/enbw_cmc.h
... ... @@ -83,7 +83,6 @@
83 83 #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
84 84 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
85 85 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
86   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
87 86  
88 87 /*
89 88 * I2C Configuration
include/configs/ep8260.h
... ... @@ -376,9 +376,6 @@
376 376  
377 377 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
378 378  
379   -/* valid baudrates */
380   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
381   -
382 379 /*
383 380 * Low Level Configuration Settings
384 381 * (address mappings, register initial values, etc.)
include/configs/ethernut5.h
... ... @@ -103,7 +103,6 @@
103 103 #define CONFIG_ATMEL_USART
104 104 #define CONFIG_USART3 /* USART 3 is DBGU */
105 105 #define CONFIG_BAUDRATE 115200
106   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
107 106 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
108 107 #define CONFIG_USART_ID ATMEL_ID_SYS
109 108  
include/configs/flea3.h
... ... @@ -82,7 +82,6 @@
82 82 #define CONFIG_ENV_OVERWRITE
83 83 #define CONFIG_CONS_INDEX 1
84 84 #define CONFIG_BAUDRATE 115200
85   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
86 85  
87 86 /*
88 87 * Command definition
include/configs/grasshopper.h
... ... @@ -191,7 +191,6 @@
191 191  
192 192 #define CONFIG_SYS_MEMTEST_START EBI_SDRAM_BASE
193 193 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x700000)
194   -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400, 19200, 9600, 2400 }
195 194  
196 195 #endif /* __GRASSHOPPER_CONFIG_H */
197 196 /* vim: set ts=8 noet: */
include/configs/gw8260.h
... ... @@ -387,9 +387,6 @@
387 387 #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \
388 388 - CONFIG_SYS_MEM_END_USAGE )
389 389  
390   -/* valid baudrates */
391   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
392   -
393 390 /*
394 391 * Low Level Configuration Settings
395 392 * (address mappings, register initial values, etc.)
include/configs/hawkboard.h
... ... @@ -98,7 +98,6 @@
98 98 #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
99 99 #define CONFIG_CONS_INDEX 1
100 100 #define CONFIG_BAUDRATE 115200
101   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
102 101  
103 102 /*
104 103 * Network & Ethernet Configuration
include/configs/hermes.h
... ... @@ -105,8 +105,6 @@
105 105  
106 106 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
107 107  
108   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
109   -
110 108 #define CONFIG_SYS_ALLOC_DPRAM 1 /* use allocation routines */
111 109 /*
112 110 * Low Level Configuration Settings
include/configs/highbank.h
... ... @@ -39,7 +39,6 @@
39 39 #define CONFIG_CONS_INDEX 0
40 40  
41 41 #define CONFIG_BAUDRATE 38400
42   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
43 42  
44 43 #define CONFIG_BOOTCOUNT_LIMIT
45 44 #define CONFIG_SYS_BOOTCOUNT_ADDR 0xfff3cf0c
include/configs/idmr.h
... ... @@ -47,7 +47,6 @@
47 47 #define CONFIG_MCFUART
48 48 #define CONFIG_SYS_UART_PORT (0)
49 49 #define CONFIG_BAUDRATE 19200
50   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
51 50 #define CONFIG_ETHADDR 00:06:3b:01:41:55
52 51 #define CONFIG_ETHPRIME
53 52 #define CONFIG_IPADDR 192.168.30.1
include/configs/ima3-mx53.h
... ... @@ -92,7 +92,6 @@
92 92 #define CONFIG_ENV_OVERWRITE
93 93 #define CONFIG_CONS_INDEX 1
94 94 #define CONFIG_BAUDRATE 115200
95   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
96 95  
97 96 /* Command definition */
98 97 #include <config_cmd_default.h>
include/configs/imx27lite-common.h
... ... @@ -105,7 +105,6 @@
105 105 #define CONFIG_MXC_UART_BASE UART1_BASE
106 106 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
107 107 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
108   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
109 108  
110 109 /*
111 110 * Flash & Environment
include/configs/imx31_litekit.h
... ... @@ -87,7 +87,6 @@
87 87 #define CONFIG_ENV_OVERWRITE
88 88 #define CONFIG_CONS_INDEX 1
89 89 #define CONFIG_BAUDRATE 115200
90   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
91 90  
92 91 /***********************************************************
93 92 * Command definition
include/configs/imx31_phycore.h
... ... @@ -65,7 +65,6 @@
65 65 #define CONFIG_ENV_OVERWRITE
66 66 #define CONFIG_CONS_INDEX 1
67 67 #define CONFIG_BAUDRATE 115200
68   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
69 68  
70 69 /***********************************************************
71 70 * Command definition
include/configs/incaip.h
... ... @@ -47,9 +47,6 @@
47 47  
48 48 #define CONFIG_BAUDRATE 115200
49 49  
50   -/* valid baudrates */
51   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
52   -
53 50 #define CONFIG_TIMESTAMP /* Print image info with timestamp */
54 51  
55 52 #define CONFIG_PREBOOT "echo;" \
include/configs/integratorap.h
... ... @@ -65,7 +65,6 @@
65 65 #define CONFIG_CONS_INDEX 0
66 66 #define CONFIG_BAUDRATE 38400
67 67 #define CONFIG_PL01x_PORTS { (void *) (CONFIG_SYS_SERIAL0), (void *) (CONFIG_SYS_SERIAL1) }
68   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
69 68 #define CONFIG_SYS_SERIAL0 0x16000000
70 69 #define CONFIG_SYS_SERIAL1 0x17000000
71 70  
include/configs/integratorcp.h
... ... @@ -74,7 +74,6 @@
74 74 #define CONFIG_PL01x_PORTS { (void *)CONFIG_SYS_SERIAL0, (void *)CONFIG_SYS_SERIAL1 }
75 75 #define CONFIG_CONS_INDEX 0
76 76 #define CONFIG_BAUDRATE 38400
77   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
78 77 #define CONFIG_SYS_SERIAL0 0x16000000
79 78 #define CONFIG_SYS_SERIAL1 0x17000000
80 79  
include/configs/jadecpu.h
... ... @@ -182,7 +182,6 @@
182 182 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE)
183 183  
184 184 #define CONFIG_BAUDRATE 115200
185   -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600 }
186 185  
187 186 #define CONFIG_SYS_PROMPT "jade> "
188 187 #define CONFIG_SYS_CBSIZE 256
include/configs/kvme080.h
... ... @@ -114,8 +114,6 @@
114 114 #define CONFIG_SYS_LOAD_ADDR 0x00100000
115 115 #define CONFIG_SYS_HZ 1000
116 116  
117   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
118   -
119 117 #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
120 118 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000
121 119 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
include/configs/linkstation.h
... ... @@ -282,7 +282,6 @@
282 282 */
283 283 #define CONFIG_CONS_INDEX 1
284 284 #define CONFIG_BAUDRATE 57600
285   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
286 285  
287 286 #define CONFIG_SYS_NS16550
288 287 #define CONFIG_SYS_NS16550_SERIAL
include/configs/lubbock.h
... ... @@ -130,9 +130,6 @@
130 130 #define CONFIG_SYS_HZ 1000
131 131 #define CONFIG_SYS_CPUSPEED 0x161 /* set core clock to 400/200/100 MHz */
132 132  
133   - /* valid baudrates */
134   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
135   -
136 133 #ifdef CONFIG_MMC
137 134 #define CONFIG_PXA_MMC
138 135 #define CONFIG_CMD_MMC
include/configs/lwmon.h
... ... @@ -243,8 +243,6 @@
243 243 */
244 244 #ifdef CONFIG_WATCHDOG
245 245 #define CONFIG_SYS_BAUDRATE_TABLE { 38400, 57600, 115200 }
246   -#else
247   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
248 246 #endif
249 247  
250 248 /*----------------------------------------------------------------------*/
include/configs/m28evk.h
... ... @@ -136,7 +136,6 @@
136 136 #define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
137 137 #define CONFIG_CONS_INDEX 0
138 138 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
139   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
140 139  
141 140 /*
142 141 * MMC Driver
include/configs/meesc.h
... ... @@ -89,7 +89,6 @@
89 89 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
90 90 #define CONFIG_USART_ID ATMEL_ID_SYS
91 91 #define CONFIG_BAUDRATE 115200
92   -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600}
93 92  
94 93 #define CONFIG_BOOTDELAY 3
95 94 #define CONFIG_ZERO_BOOTDELAY_CHECK
include/configs/mpc7448hpc2.h
... ... @@ -107,7 +107,6 @@
107 107  
108 108 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7808)
109 109 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7C08)
110   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
111 110  
112 111 #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */
113 112 #define CONFIG_ZERO_BOOTDELAY_CHECK
include/configs/ms7750se.h
... ... @@ -60,8 +60,6 @@
60 60 #define CONFIG_SYS_PBSIZE 256
61 61 #define CONFIG_SYS_MAXARGS 16
62 62 #define CONFIG_SYS_BARGSIZE 512
63   -/* List of legal baudrate settings for this board */
64   -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 }
65 63  
66 64 #define CONFIG_SYS_TEXT_BASE 0x8FFC0000
67 65 #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE)
include/configs/mx1ads.h
... ... @@ -133,9 +133,6 @@
133 133 #define CONFIG_SYS_HZ 3686400
134 134 #define CONFIG_SYS_CPUSPEED 0x141
135 135  
136   -/* valid baudrates */
137   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
138   -
139 136 /*-----------------------------------------------------------------------
140 137 * Stack sizes
141 138 *
include/configs/mx25pdk.h
... ... @@ -57,7 +57,6 @@
57 57 #define CONFIG_MXC_UART_BASE UART1_BASE
58 58 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
59 59 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
60   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
61 60  
62 61 /* No NOR flash present */
63 62 #define CONFIG_ENV_OFFSET (6 * 64 * 1024)
include/configs/mx28evk.h
... ... @@ -125,7 +125,6 @@
125 125 #define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
126 126 #define CONFIG_CONS_INDEX 0
127 127 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
128   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
129 128  
130 129 /*
131 130 * DMA
include/configs/mx31ads.h
... ... @@ -84,7 +84,6 @@
84 84 #define CONFIG_ENV_OVERWRITE
85 85 #define CONFIG_CONS_INDEX 1
86 86 #define CONFIG_BAUDRATE 115200
87   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
88 87  
89 88 /***********************************************************
90 89 * Command definition
include/configs/mx31pdk.h
... ... @@ -85,7 +85,6 @@
85 85 #define CONFIG_ENV_OVERWRITE
86 86 #define CONFIG_CONS_INDEX 1
87 87 #define CONFIG_BAUDRATE 115200
88   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
89 88  
90 89 /***********************************************************
91 90 * Command definition
include/configs/mx35pdk.h
... ... @@ -89,7 +89,6 @@
89 89 #define CONFIG_ENV_OVERWRITE
90 90 #define CONFIG_CONS_INDEX 1
91 91 #define CONFIG_BAUDRATE 115200
92   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
93 92  
94 93 /*
95 94 * Command definition
include/configs/mx51evk.h
... ... @@ -138,7 +138,6 @@
138 138 #define CONFIG_ENV_OVERWRITE
139 139 #define CONFIG_CONS_INDEX 1
140 140 #define CONFIG_BAUDRATE 115200
141   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
142 141  
143 142 /***********************************************************
144 143 * Command definition
include/configs/mx53ard.h
... ... @@ -80,7 +80,6 @@
80 80 #define CONFIG_ENV_OVERWRITE
81 81 #define CONFIG_CONS_INDEX 1
82 82 #define CONFIG_BAUDRATE 115200
83   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
84 83  
85 84 /* Command definition */
86 85 #include <config_cmd_default.h>
include/configs/mx53evk.h
... ... @@ -94,7 +94,6 @@
94 94 #define CONFIG_ENV_OVERWRITE
95 95 #define CONFIG_CONS_INDEX 1
96 96 #define CONFIG_BAUDRATE 115200
97   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
98 97  
99 98 /* Command definition */
100 99 #include <config_cmd_default.h>
include/configs/mx53loco.h
... ... @@ -106,7 +106,6 @@
106 106 #define CONFIG_ENV_OVERWRITE
107 107 #define CONFIG_CONS_INDEX 1
108 108 #define CONFIG_BAUDRATE 115200
109   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
110 109  
111 110 /* Command definition */
112 111 #include <config_cmd_default.h>
include/configs/mx53smd.h
... ... @@ -83,7 +83,6 @@
83 83 #define CONFIG_ENV_OVERWRITE
84 84 #define CONFIG_CONS_INDEX 1
85 85 #define CONFIG_BAUDRATE 115200
86   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
87 86  
88 87 /* Command definition */
89 88 #include <config_cmd_default.h>
include/configs/mx6qarm2.h
... ... @@ -70,7 +70,6 @@
70 70 #define CONFIG_ENV_OVERWRITE
71 71 #define CONFIG_CONS_INDEX 1
72 72 #define CONFIG_BAUDRATE 115200
73   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
74 73  
75 74 /* Command definition */
76 75 #include <config_cmd_default.h>
include/configs/mx6qsabrelite.h
... ... @@ -115,7 +115,6 @@
115 115 #define CONFIG_ENV_OVERWRITE
116 116 #define CONFIG_CONS_INDEX 1
117 117 #define CONFIG_BAUDRATE 115200
118   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
119 118  
120 119 /* Command definition */
121 120 #include <config_cmd_default.h>
include/configs/nhk8815.h
... ... @@ -106,7 +106,6 @@
106 106 #define CONFIG_PL011_SERIAL
107 107 #define CONFIG_CONS_INDEX 1
108 108 #define CONFIG_BAUDRATE 115200
109   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
110 109 #define CFG_SERIAL0 0x101FD000
111 110 #define CFG_SERIAL1 0x101FB000
112 111  
include/configs/ns9750dev.h
... ... @@ -122,9 +122,6 @@
122 122  
123 123 #define CONFIG_SYS_HZ (CPU_CLK_FREQ/64)
124 124  
125   -/* valid baudrates */
126   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
127   -
128 125 #define NS9750_ETH_PHY_ADDRESS (0x0000)
129 126  
130 127 /*-----------------------------------------------------------------------
include/configs/omap1510inn.h
... ... @@ -83,8 +83,6 @@
83 83 #define CONFIG_ENV_OVERWRITE
84 84 #define CONFIG_CONS_INDEX 1
85 85 #define CONFIG_BAUDRATE 115200
86   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
87   -
88 86  
89 87 /*
90 88 * Command line configuration.
include/configs/omap2420h4.h
... ... @@ -118,8 +118,6 @@
118 118 #define CONFIG_ENV_OVERWRITE
119 119 #define CONFIG_CONS_INDEX 1
120 120 #define CONFIG_BAUDRATE 115200
121   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
122   -
123 121  
124 122 /*
125 123 * Command line configuration.
include/configs/omap5912osk.h
... ... @@ -81,8 +81,6 @@
81 81 #define CONFIG_ENV_OVERWRITE
82 82 #define CONFIG_CONS_INDEX 1
83 83 #define CONFIG_BAUDRATE 115200
84   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
85   -
86 84  
87 85 /*
88 86 * Command line configuration.
include/configs/omap730p2.h
... ... @@ -85,8 +85,6 @@
85 85  
86 86 #define CONFIG_CONS_INDEX 1
87 87 #define CONFIG_BAUDRATE 115200
88   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
89   -
90 88  
91 89 /*
92 90 * Command line configuration.
include/configs/origen.h
... ... @@ -117,9 +117,6 @@
117 117  
118 118 #define CONFIG_SYS_HZ 1000
119 119  
120   -/* valid baudrates */
121   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
122   -
123 120 /* Stack sizes */
124 121 #define CONFIG_STACKSIZE (256 << 10) /* 256KB */
125 122  
include/configs/otc570.h
... ... @@ -88,7 +88,6 @@
88 88 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
89 89 #define CONFIG_USART_ID ATMEL_ID_SYS
90 90 #define CONFIG_BAUDRATE 115200
91   -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600}
92 91  
93 92 #define CONFIG_BOOTDELAY 3
94 93 #define CONFIG_ZERO_BOOTDELAY_CHECK
include/configs/palmld.h
... ... @@ -55,7 +55,6 @@
55 55 #define CONFIG_PXA_SERIAL
56 56 #define CONFIG_FFUART 1
57 57 #define CONFIG_BAUDRATE 9600
58   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
59 58  
60 59 /*
61 60 * Bootloader Components Configuration
include/configs/palmtc.h
... ... @@ -59,7 +59,6 @@
59 59 #define CONFIG_PXA_SERIAL
60 60 #define CONFIG_FFUART 1
61 61 #define CONFIG_BAUDRATE 115200
62   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
63 62  
64 63 /*
65 64 * Bootloader Components Configuration
include/configs/pb1x00.h
... ... @@ -54,9 +54,6 @@
54 54  
55 55 #define CONFIG_BAUDRATE 115200
56 56  
57   -/* valid baudrates */
58   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
59   -
60 57 #define CONFIG_TIMESTAMP /* Print image info with timestamp */
61 58 #undef CONFIG_BOOTARGS
62 59  
include/configs/pdnb3.h
... ... @@ -117,8 +117,6 @@
117 117  
118 118 #define CONFIG_IXP425_TIMER_CLK 66666666
119 119 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
120   - /* valid baudrates */
121   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
122 120  
123 121 /*
124 122 * Stack sizes
include/configs/pm9261.h
... ... @@ -361,7 +361,6 @@
361 361 #endif
362 362  
363 363 #define CONFIG_BAUDRATE 115200
364   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
365 364  
366 365 #define CONFIG_SYS_PROMPT "pm9261> "
367 366 #define CONFIG_SYS_CBSIZE 256
include/configs/pm9263.h
... ... @@ -394,7 +394,6 @@
394 394 #endif
395 395  
396 396 #define CONFIG_BAUDRATE 115200
397   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
398 397  
399 398 #define CONFIG_SYS_PROMPT "u-boot-pm9263> "
400 399 #define CONFIG_SYS_CBSIZE 256
include/configs/pm9g45.h
... ... @@ -167,7 +167,6 @@
167 167 "rootfstype=jffs2"
168 168  
169 169 #define CONFIG_BAUDRATE 115200
170   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
171 170  
172 171 #define CONFIG_SYS_PROMPT "U-Boot> "
173 172 #define CONFIG_SYS_CBSIZE 256
include/configs/ppmc7xx.h
... ... @@ -368,7 +368,6 @@
368 368 /*
369 369 * Serial port config
370 370 *
371   - * CONFIG_SYS_BAUDRATE_TABLE - List of valid baud rates
372 371 * CONFIG_SYS_NS16550 - Include the NS16550 driver
373 372 * CONFIG_SYS_NS16550_SERIAL - Include the serial (wrapper) driver
374 373 * CONFIG_SYS_NS16550_CLK - Frequency of reference clock
... ... @@ -376,7 +375,6 @@
376 375 * CONFIG_SYS_NS16550_COM1 - Base address of 1st serial port
377 376 */
378 377  
379   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
380 378 #define CONFIG_SYS_NS16550
381 379 #define CONFIG_SYS_NS16550_SERIAL
382 380 #define CONFIG_SYS_NS16550_CLK 3686400
include/configs/ppmc8260.h
... ... @@ -346,9 +346,6 @@
346 346 #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \
347 347 - CONFIG_SYS_MEM_END_USAGE )
348 348  
349   -/* valid baudrates */
350   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
351   -
352 349 /*
353 350 * Low Level Configuration Settings
354 351 * (address mappings, register initial values, etc.)
include/configs/pxa255_idp.h
... ... @@ -246,9 +246,6 @@
246 246  
247 247 #define RTC 1 /* enable 32KHz osc */
248 248  
249   - /* valid baudrates */
250   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
251   -
252 249 #ifdef CONFIG_MMC
253 250 #define CONFIG_PXA_MMC
254 251 #define CONFIG_CMD_MMC
include/configs/qemu-mips.h
... ... @@ -40,9 +40,6 @@
40 40  
41 41 #define CONFIG_BAUDRATE 115200
42 42  
43   -/* valid baudrates */
44   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
45   -
46 43 #define CONFIG_TIMESTAMP /* Print image info with timestamp */
47 44 #undef CONFIG_BOOTARGS
48 45  
include/configs/qi_lb60.h
... ... @@ -22,7 +22,6 @@
22 22  
23 23 #define CONFIG_SYS_UART_BASE JZ4740_UART0_BASE /* Base of the UART channel */
24 24 #define CONFIG_BAUDRATE 57600
25   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
26 25  
27 26 #define CONFIG_SKIP_LOWLEVEL_INIT
28 27 #define CONFIG_BOARD_EARLY_INIT_F
include/configs/qong.h
... ... @@ -122,7 +122,6 @@
122 122  
123 123 #define CONFIG_CONS_INDEX 1
124 124 #define CONFIG_BAUDRATE 115200
125   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
126 125  
127 126 /***********************************************************
128 127 * Command definition
include/configs/quantum.h
... ... @@ -142,8 +142,6 @@
142 142  
143 143 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
144 144  
145   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
146   -
147 145 /*
148 146 * Low Level Configuration Settings
149 147 * (address mappings, register initial values, etc.)
include/configs/r2dplus.h
... ... @@ -46,8 +46,6 @@
46 46 #define CONFIG_SYS_PBSIZE 256
47 47 #define CONFIG_SYS_MAXARGS 16
48 48 #define CONFIG_SYS_BARGSIZE 512
49   -/* List of legal baudrate settings for this board */
50   -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 }
51 49  
52 50 #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE)
53 51 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_TEXT_BASE - 0x100000)
include/configs/r7780mp.h
... ... @@ -70,8 +70,6 @@
70 70 #define CONFIG_SYS_PBSIZE 256
71 71 #define CONFIG_SYS_MAXARGS 16
72 72 #define CONFIG_SYS_BARGSIZE 512
73   -/* List of legal baudrate settings for this board */
74   -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 }
75 73  
76 74 #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE)
77 75 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_TEXT_BASE - 0x100000)
include/configs/rsdproto.h
... ... @@ -161,9 +161,6 @@
161 161  
162 162 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
163 163  
164   - /* valid baudrates */
165   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
166   -
167 164 /*
168 165 * Low Level Configuration Settings
169 166 * (address mappings, register initial values, etc.)
include/configs/s5p_goni.h
... ... @@ -190,9 +190,6 @@
190 190  
191 191 #define CONFIG_SYS_HZ 1000
192 192  
193   -/* valid baudrates */
194   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
195   -
196 193 /* Stack sizes */
197 194 #define CONFIG_STACKSIZE (256 << 10) /* 256 KiB */
198 195  
include/configs/s5pc210_universal.h
... ... @@ -215,9 +215,6 @@
215 215  
216 216 #define CONFIG_SYS_HZ 1000
217 217  
218   -/* valid baudrates */
219   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
220   -
221 218 /* Stack sizes */
222 219 #define CONFIG_STACKSIZE (256 << 10) /* regular stack 256KB */
223 220  
include/configs/sacsng.h
... ... @@ -620,9 +620,6 @@
620 620 #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \
621 621 - CONFIG_SYS_MEM_END_USAGE )
622 622  
623   -/* valid baudrates */
624   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
625   -
626 623 /*
627 624 * Low Level Configuration Settings
628 625 * (address mappings, register initial values, etc.)
include/configs/sbc35_a9g20.h
... ... @@ -61,7 +61,6 @@
61 61 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
62 62 #define CONFIG_USART_ID ATMEL_ID_SYS
63 63 #define CONFIG_BAUDRATE 115200
64   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
65 64  
66 65 #define CONFIG_BOOTDELAY 3
67 66  
include/configs/scb9328.h
... ... @@ -87,7 +87,6 @@
87 87 #define CONFIG_SYS_HZ 3686400 /* incrementer freq: 3.6864 MHz */
88 88 #define CONFIG_SYS_CPUSPEED 0x141 /* core clock - register value */
89 89  
90   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
91 90 #define CONFIG_BAUDRATE 115200
92 91 /*
93 92 * Definitions related to passing arguments to kernel.
include/configs/smdk2410.h
... ... @@ -144,9 +144,6 @@
144 144  
145 145 #define CONFIG_SYS_HZ 1000
146 146  
147   -/* valid baudrates */
148   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
149   -
150 147 /* support additional compression methods */
151 148 #define CONFIG_BZIP2
152 149 #define CONFIG_LZO
include/configs/smdk5250.h
... ... @@ -126,9 +126,6 @@
126 126  
127 127 #define CONFIG_SYS_HZ 1000
128 128  
129   -/* valid baudrates */
130   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
131   -
132 129 #define CONFIG_RD_LVL
133 130  
134 131 /* Stack sizes */
include/configs/smdk6400.h
... ... @@ -144,9 +144,6 @@
144 144  
145 145 #define CONFIG_SYS_HZ 1000
146 146  
147   -/* valid baudrates */
148   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
149   -
150 147 /*-----------------------------------------------------------------------
151 148 * Stack sizes
152 149 *
include/configs/smdkc100.h
... ... @@ -183,9 +183,6 @@
183 183  
184 184 #define CONFIG_SYS_HZ 1000
185 185  
186   -/* valid baudrates */
187   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
188   -
189 186 /*-----------------------------------------------------------------------
190 187 * Stack sizes
191 188 *
include/configs/smdkv310.h
... ... @@ -116,9 +116,6 @@
116 116  
117 117 #define CONFIG_SYS_HZ 1000
118 118  
119   -/* valid baudrates */
120   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
121   -
122 119 /* Stack sizes */
123 120 #define CONFIG_STACKSIZE (256 << 10) /* 256KB */
124 121  
include/configs/snapper9260.h
... ... @@ -104,7 +104,6 @@
104 104 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
105 105 #define CONFIG_USART_ID ATMEL_ID_SYS
106 106 #define CONFIG_BAUDRATE 115200
107   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
108 107 #define CONFIG_SYS_PROMPT "Snapper> "
109 108  
110 109 /* I2C - Bit-bashed */
include/configs/stxxtc.h
... ... @@ -151,8 +151,6 @@
151 151  
152 152 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
153 153  
154   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
155   -
156 154 /*
157 155 * Low Level Configuration Settings
158 156 * (address mappings, register initial values, etc.)
include/configs/svm_sc8xx.h
... ... @@ -177,8 +177,6 @@
177 177  
178 178 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
179 179  
180   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
181   -
182 180 /*
183 181 * Low Level Configuration Settings
184 182 * (address mappings, register initial values, etc.)
include/configs/tb0229.h
... ... @@ -38,8 +38,6 @@
38 38  
39 39 #define CONFIG_BAUDRATE 115200
40 40  
41   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
42   -
43 41 #define CONFIG_TIMESTAMP /* Print image info with timestamp */
44 42  
45 43 #define CONFIG_PREBOOT "echo;" \
include/configs/tnetv107x_evm.h
... ... @@ -71,7 +71,6 @@
71 71 #define CONFIG_SYS_NS16550_CLK clk_get_rate(TNETV107X_LPSC_UART1)
72 72 #define CONFIG_CONS_INDEX 1
73 73 #define CONFIG_BAUDRATE 115200
74   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
75 74  
76 75 /* Flash and environment info */
77 76 #define CONFIG_SYS_NO_FLASH
include/configs/tny_a9260.h
... ... @@ -75,7 +75,6 @@
75 75 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
76 76 #define CONFIG_USART_ID ATMEL_ID_SYS
77 77 #define CONFIG_BAUDRATE 115200
78   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
79 78  
80 79 #define CONFIG_BOOTDELAY 3
81 80  
include/configs/top9000.h
... ... @@ -90,7 +90,6 @@
90 90 #define CONFIG_USART_BASE ATMEL_BASE_DBGU
91 91 #define CONFIG_USART_ID ATMEL_ID_SYS
92 92 #define CONFIG_BAUDRATE 115200
93   -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
94 93  
95 94 /* SD/MMC card */
96 95 #define CONFIG_MMC
include/configs/trats.h
... ... @@ -166,9 +166,6 @@
166 166  
167 167 #define CONFIG_SYS_HZ 1000
168 168  
169   -/* valid baudrates */
170   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
171   -
172 169 /* Stack sizes */
173 170 #define CONFIG_STACKSIZE (256 << 10) /* regular stack 256KB */
174 171  
include/configs/trizepsiv.h
... ... @@ -172,9 +172,6 @@
172 172 #define CONFIG_SYS_HZ 1000
173 173 #define CONFIG_SYS_CPUSPEED 0x207 /* need to look more closely, I think this is Turbo = 2x, L=91Mhz */
174 174  
175   - /* valid baudrates */
176   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
177   -
178 175 #ifdef CONFIG_MMC
179 176 #define CONFIG_PXA_MMC
180 177 #define CONFIG_CMD_MMC
include/configs/tt01.h
... ... @@ -171,7 +171,6 @@
171 171 /* console is UART2 on TT-01 */
172 172 #define CONFIG_CONS_INDEX 1
173 173 #define CONFIG_BAUDRATE 115200
174   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
175 174  
176 175 /* ethernet setup for the onboard smc9118 */
177 176 #define CONFIG_MII
include/configs/tx25.h
... ... @@ -93,7 +93,6 @@
93 93 #define CONFIG_MXC_UART_BASE UART1_BASE
94 94 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
95 95 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
96   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
97 96  
98 97 #define CONFIG_MXC_GPIO
99 98  
include/configs/u8500_href.h
... ... @@ -70,7 +70,6 @@
70 70 (void *)CFG_SERIAL2 }
71 71 #define CONFIG_CONS_INDEX 2
72 72 #define CONFIG_BAUDRATE 115200
73   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
74 73  
75 74 /*
76 75 * Devices and file systems
include/configs/uc100.h
... ... @@ -182,8 +182,6 @@
182 182  
183 183 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
184 184  
185   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
186   -
187 185 #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */
188 186  
189 187 /*
include/configs/utx8245.h
... ... @@ -58,7 +58,6 @@
58 58  
59 59 #define CONFIG_CONS_INDEX 1
60 60 #define CONFIG_BAUDRATE 57600
61   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
62 61  
63 62 #define CONFIG_BOOTDELAY 2
64 63 #define CONFIG_AUTOBOOT_PROMPT "autoboot in %d seconds\n", bootdelay
include/configs/v37.h
... ... @@ -142,8 +142,6 @@
142 142  
143 143 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
144 144  
145   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
146   -
147 145 /*
148 146 * Low Level Configuration Settings
149 147 * (address mappings, register initial values, etc.)
include/configs/vct.h
... ... @@ -74,7 +74,6 @@
74 74 #define CONFIG_CONS_INDEX 1
75 75 #define CONFIG_SYS_NS16550_CLK 921600
76 76 #define CONFIG_BAUDRATE 115200
77   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
78 77  
79 78 /*
80 79 * SDRAM
include/configs/versatile.h
... ... @@ -93,7 +93,6 @@
93 93 #define CONFIG_CONS_INDEX 0
94 94  
95 95 #define CONFIG_BAUDRATE 38400
96   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
97 96 #define CONFIG_SYS_SERIAL0 0x101F1000
98 97 #define CONFIG_SYS_SERIAL1 0x101F2000
99 98  
include/configs/virtlab2.h
... ... @@ -160,8 +160,6 @@
160 160  
161 161 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
162 162  
163   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
164   -
165 163 /*
166 164 * Low Level Configuration Settings
167 165 * (address mappings, register initial values, etc.)
include/configs/vision2.h
... ... @@ -136,7 +136,6 @@
136 136 #define CONFIG_ENV_OVERWRITE
137 137 #define CONFIG_CONS_INDEX 3
138 138 #define CONFIG_BAUDRATE 115200
139   -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
140 139  
141 140 /***********************************************************
142 141 * Command definition
include/configs/vpac270.h
... ... @@ -76,7 +76,6 @@
76 76 #define CONFIG_PXA_SERIAL
77 77 #define CONFIG_FFUART 1
78 78 #define CONFIG_BAUDRATE 115200
79   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
80 79  
81 80 /*
82 81 * Bootloader Components Configuration
include/configs/xaeniax.h
... ... @@ -67,9 +67,6 @@
67 67  
68 68 #define CONFIG_BAUDRATE 115200
69 69  
70   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* valid baudrates */
71   -
72   -
73 70 /*
74 71 * BOOTP options
75 72 */
include/configs/zipitz2.h
... ... @@ -67,7 +67,6 @@
67 67 #define CONFIG_PXA_SERIAL
68 68 #define CONFIG_STUART 1
69 69 #define CONFIG_BAUDRATE 115200
70   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
71 70  
72 71 /*
73 72 * Bootloader Components Configuration
include/configs/zmx25.h
... ... @@ -69,7 +69,6 @@
69 69 #define CONFIG_MXC_UART_BASE UART2_BASE
70 70 #define CONFIG_CONS_INDEX 1 /* use UART2 for console */
71 71 #define CONFIG_BAUDRATE 115200 /* Default baud rate */
72   -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
73 72  
74 73 /*
75 74 * Ethernet
... ... @@ -167,6 +167,7 @@
167 167 #include <config_defaults.h>
168 168 #include <configs/${CONFIG_NAME}.h>
169 169 #include <asm/config.h>
  170 +#include <config_fallbacks.h>
170 171 EOF
171 172  
172 173 exit 0