diff --git a/arch/blackfin/include/asm/config.h b/arch/blackfin/include/asm/config.h index 25cd8338657142f5c73d46addaa01a00b89e2aa5..d870d1224fc365c8cf8c45c67e46a88890dc7671 100644 --- a/arch/blackfin/include/asm/config.h +++ b/arch/blackfin/include/asm/config.h @@ -162,9 +162,6 @@ # undef CONFIG_SYS_HZ #endif #define CONFIG_SYS_HZ 1000 -#ifndef CONFIG_SYS_BAUDRATE_TABLE -# define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } -#endif /* Blackfin POST tests */ #ifdef CONFIG_POST_BSPEC1_GPIO_LEDS diff --git a/board/fads/fads.h b/board/fads/fads.h index 3dc535878df93190c9a41f0f3026b514ebe4972c..1a3d22a604cd9bc3a4645c1de82cbe887b7ccc1f 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -147,8 +147,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h new file mode 100644 index 0000000000000000000000000000000000000000..430890c3fba24d5df52be98ea5402a5e61fabe15 --- /dev/null +++ b/include/config_fallbacks.h @@ -0,0 +1,16 @@ +/* + * Copyright 2012 Texas Instruments + * + * This file is licensed under the terms of the GNU General Public + * License Version 2. This file is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#ifndef __CONFIG_FALLBACKS_H +#define __CONFIG_FALLBACKS_H + +#ifndef CONFIG_SYS_BAUDRATE_TABLE +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } +#endif + +#endif /* __CONFIG_FALLBACKS_H */ diff --git a/include/configs/A3000.h b/include/configs/A3000.h index 0c21bd8ecb12ea26af72998eb830b8b1e7e5e687..b85244a89ad9cfeaaf7456f8679118b09b9acc06 100644 --- a/include/configs/A3000.h +++ b/include/configs/A3000.h @@ -49,7 +49,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BOOTDELAY 5 diff --git a/include/configs/AMX860.h b/include/configs/AMX860.h index e7c6f968368598942af3dc302621a5a12aa9c52d..e7a6c80f6282385fc474c2989a398bb9228f0c36 100644 --- a/include/configs/AMX860.h +++ b/include/configs/AMX860.h @@ -121,8 +121,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/Adder.h b/include/configs/Adder.h index 48e6df5c279168d312ffcb00fba1626f3f46ffc3..ecf5fb873af8ea905d2d688ddb4264efce1e6204 100644 --- a/include/configs/Adder.h +++ b/include/configs/Adder.h @@ -101,8 +101,6 @@ #define CONFIG_SYS_HZ 1000 /* Decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * RAM configuration (note that CONFIG_SYS_SDRAM_BASE must be zero) */ diff --git a/include/configs/BMW.h b/include/configs/BMW.h index e1951ebb6ef2486ea1c5343fb67c00f4b41eb965..633e9bd69f333bc1b48a2569e0159e783c211573 100644 --- a/include/configs/BMW.h +++ b/include/configs/BMW.h @@ -51,7 +51,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index ed3f9e1cbe373fa2377422c032d65dae7ad720fe..b2b9e0761e426ef9c9bc082e5162e7c4758a6333 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -49,7 +49,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo" diff --git a/include/configs/CPU86.h b/include/configs/CPU86.h index abf4ef4212cb1abdf2d001419614375f03eafb05..7ac182f0f044966ce114b420c114f1e2bd48f8cd 100644 --- a/include/configs/CPU86.h +++ b/include/configs/CPU86.h @@ -203,8 +203,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 /* "bad" address */ /* diff --git a/include/configs/CPU87.h b/include/configs/CPU87.h index 723bdf3fd51304a3e1b9e1cbe55a0855b836b1ec..aa5ce29585469801e51637c8a6cd3c4e829a48d4 100644 --- a/include/configs/CPU87.h +++ b/include/configs/CPU87.h @@ -216,8 +216,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 /* "bad" address */ #define CONFIG_LOOPW diff --git a/include/configs/CU824.h b/include/configs/CU824.h index 77414abdac68c2bd211e7e3c19dafc8c8ff4dac5..c8821fd059bba4a140ba5ab2d391cd57dc3212f3 100644 --- a/include/configs/CU824.h +++ b/include/configs/CU824.h @@ -49,7 +49,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo" diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/EB+MCF-EV123.h index 346b49cf4ea6644eebc5fd07bd9e6edb156ff143..eb9fe46487ba33d79677b3ff88452159abd47a7e 100644 --- a/include/configs/EB+MCF-EV123.h +++ b/include/configs/EB+MCF-EV123.h @@ -40,7 +40,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_MONITOR_IS_IN_RAM /* starts uboot direct */ diff --git a/include/configs/ELPT860.h b/include/configs/ELPT860.h index c6a17b039baa8f0b9dcda879d67de19798a8cc74..da40c18b440e65e0cee73e2d542aa11e8ec9eb58 100644 --- a/include/configs/ELPT860.h +++ b/include/configs/ELPT860.h @@ -145,7 +145,6 @@ #define CONFIG_ENV_IS_IN_FLASH 1 /* Environment is in FLASH */ #define CONFIG_BAUDRATE 9600 /* console baudrate = 9600 bps */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_ETHADDR 00:01:77:00:60:40 #define CONFIG_IPADDR 192.168.0.30 diff --git a/include/configs/EP88x.h b/include/configs/EP88x.h index a0acfd2697ee3d1c573eeec3b23127abd3e43292..1638d356d2c24285888646e19b7a41d509615185 100644 --- a/include/configs/EP88x.h +++ b/include/configs/EP88x.h @@ -96,8 +96,6 @@ #define CONFIG_SYS_HZ 1000 /* Decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * RAM configuration (note that CONFIG_SYS_SDRAM_BASE must be zero) */ diff --git a/include/configs/ESTEEM192E.h b/include/configs/ESTEEM192E.h index 841bf11cfc73d492454b1983b70d0ca6df8f8bbd..9bac44ebc1afe43807468d178da284c16f109ab8 100644 --- a/include/configs/ESTEEM192E.h +++ b/include/configs/ESTEEM192E.h @@ -102,10 +102,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ - -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/ETX094.h b/include/configs/ETX094.h index c4270936a6e2be32a7f0913b8541407d7ecf83aa..27036256777fbe5a9eb83a53b5624d76838080b0 100644 --- a/include/configs/ETX094.h +++ b/include/configs/ETX094.h @@ -122,8 +122,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/FADS823.h b/include/configs/FADS823.h index 57336f9fc80178a0e0281945ff3d8afc1f5b35c3..35c0c7eed1ebaa1af8c14431b24d3e99ce626440 100644 --- a/include/configs/FADS823.h +++ b/include/configs/FADS823.h @@ -154,8 +154,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/FADS850SAR.h b/include/configs/FADS850SAR.h index 438d19ecf420373ac68986c7b8b4137e14c71060..559a83f5276d4a4ac080e742a3a275ccb7d818c9 100644 --- a/include/configs/FADS850SAR.h +++ b/include/configs/FADS850SAR.h @@ -100,8 +100,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/FLAGADM.h b/include/configs/FLAGADM.h index 339bb59e7973e44152a997119096107bdd0e08f7..fa6105de3d4b8db429853048edba9a112964aabf 100644 --- a/include/configs/FLAGADM.h +++ b/include/configs/FLAGADM.h @@ -112,8 +112,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/FPS850L.h b/include/configs/FPS850L.h index 38d905ad458381473d48c94ca72c1d75157e3742..6d7ca27addc456fc331d32e49dfdf8f1a0cabc27 100644 --- a/include/configs/FPS850L.h +++ b/include/configs/FPS850L.h @@ -151,8 +151,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/FPS860L.h b/include/configs/FPS860L.h index ca0b1ccd458e78b49c2a4099b4f7256eb75bb5f3..b074c7db4d96165d9130dca38f1e90907ea75909 100644 --- a/include/configs/FPS860L.h +++ b/include/configs/FPS860L.h @@ -151,8 +151,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/GEN860T.h b/include/configs/GEN860T.h index 68a0cfdf7f266afc847d6be6dbbf83a3da2686fe..1ea4108e7f7554759912f7fd59bd5cb2d54f7bba 100644 --- a/include/configs/GEN860T.h +++ b/include/configs/GEN860T.h @@ -63,16 +63,6 @@ #define CONFIG_8xx_CONS_SMC1 #define CONFIG_BAUDRATE 38400 -/* - * Set allowable console baud rates - */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, \ - 19200, \ - 38400, \ - 57600, \ - 115200, \ - } - /* * Print console information */ diff --git a/include/configs/HIDDEN_DRAGON.h b/include/configs/HIDDEN_DRAGON.h index 8f4e544c64ceddee6afdbbf4ec3f1c5ee2b7226e..a62ef6364b211afc8c6b529e118f083cd1ffa4a4 100644 --- a/include/configs/HIDDEN_DRAGON.h +++ b/include/configs/HIDDEN_DRAGON.h @@ -190,7 +190,6 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM } /*----------------------------------------------------------------------- diff --git a/include/configs/IAD210.h b/include/configs/IAD210.h index 27bd146e39e0bd22f53f77525ed3136545a36b0a..94b05dce411aaa35c9feba5b66a049b01681edf0 100644 --- a/include/configs/IAD210.h +++ b/include/configs/IAD210.h @@ -166,8 +166,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/ICU862.h b/include/configs/ICU862.h index b011d50efe2d977f9bc2a35df855831602f1219e..81f219c9b5c676fa9bab14676315da328992b88f 100644 --- a/include/configs/ICU862.h +++ b/include/configs/ICU862.h @@ -170,8 +170,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/IDS8247.h b/include/configs/IDS8247.h index be778fe809ef1680124fb342fd1df2a8223a5482..6d0937fb3459c9740f9d1a4d3f6919d5a712aa08 100644 --- a/include/configs/IDS8247.h +++ b/include/configs/IDS8247.h @@ -215,8 +215,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */ /* diff --git a/include/configs/IP860.h b/include/configs/IP860.h index ba8d6337500a15c59ab11f6c993706bf443c1db2..2379718565310f2f1ef6e0ff7c90a0dec3df3a5c 100644 --- a/include/configs/IP860.h +++ b/include/configs/IP860.h @@ -135,8 +135,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/IPHASE4539.h b/include/configs/IPHASE4539.h index d9663062b982d856a71ed829937781236dbc0249..6dd98128d46dd80d6bf889a5610c7b3ba0489aa8 100644 --- a/include/configs/IPHASE4539.h +++ b/include/configs/IPHASE4539.h @@ -175,8 +175,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0x04400000 #define CONFIG_MISC_INIT_R 1 /* We need misc_init_r() */ diff --git a/include/configs/ISPAN.h b/include/configs/ISPAN.h index 922b0798cfc730d503dc3d3884def948cfeadaee..d6474bd5c387a653bdbd193eefda0e0802fe9ac7 100644 --- a/include/configs/ISPAN.h +++ b/include/configs/ISPAN.h @@ -160,8 +160,6 @@ #define CONFIG_SYS_HZ 1000 /* Decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0x09900000 #define CONFIG_MISC_INIT_R /* We need misc_init_r() */ diff --git a/include/configs/IVML24.h b/include/configs/IVML24.h index b82795479ac18c41295346c0adb17f34daae3377..f98a66bf2486918513d67d8c7d8c7e020c0bbdd6 100644 --- a/include/configs/IVML24.h +++ b/include/configs/IVML24.h @@ -129,8 +129,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/IVMS8.h b/include/configs/IVMS8.h index 9b0c32ab713d2f96d4a5215120eb24f273cdecce..d6e9b2381dfe18daf9b03fd9ca67b360848c7f9c 100644 --- a/include/configs/IVMS8.h +++ b/include/configs/IVMS8.h @@ -126,8 +126,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/LANTEC.h b/include/configs/LANTEC.h index 0f4ea418a71151fe1f7285d8dfca451b9a5a5362..c3855c332c4083cf5570f902d5d19db8c78f3bfa 100644 --- a/include/configs/LANTEC.h +++ b/include/configs/LANTEC.h @@ -139,8 +139,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/M5208EVBE.h b/include/configs/M5208EVBE.h index 6f462be1a6ead3d049dba9aa9e972a54f642b8e7..a1eaeff80e060fdb2865e6abbc7076c7ae46784b 100644 --- a/include/configs/M5208EVBE.h +++ b/include/configs/M5208EVBE.h @@ -36,7 +36,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index bfbb06c008559a71cf15902cafd2da4b7932b615..d417e2406cd596c662caad8e730952b8ac1905c1 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h index 7bb6dfefc08bffc499ce26f4311112056e59754e..733aece767bda443da05f3983622fe8ad27957d6 100644 --- a/include/configs/M5235EVB.h +++ b/include/configs/M5235EVB.h @@ -40,7 +40,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index 104fcdeb8d71ffa7b3de87944c3f5bde03649779..9524e10f47a2d6ca1ec721239bcc7f4ac1c8fd55 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -42,7 +42,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index b843e07708a2a57872499004a8995a34211aaa45..30584fe7159172980c6d4e76a11b5c1ee68109b0 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -33,7 +33,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG /* disable watchdog */ diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index dd8a56011f78876f8199cf0f1e66b1d18b9ca898..2feb783b17c3a71ebd67b49f8eaac0cadf8b9c78 100644 --- a/include/configs/M5253EVBE.h +++ b/include/configs/M5253EVBE.h @@ -33,7 +33,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG /* disable watchdog */ diff --git a/include/configs/M5271EVB.h b/include/configs/M5271EVB.h index 1d3b5c354f7c02b26c2ca52005bbd213c362a843..ac200f5777a6e6ced8cbe84324d6c1cf98b9ef6b 100644 --- a/include/configs/M5271EVB.h +++ b/include/configs/M5271EVB.h @@ -43,7 +43,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG /* disable watchdog */ diff --git a/include/configs/M5272C3.h b/include/configs/M5272C3.h index de151632441e2cf2d90d80f12d350306abb9a961..1a03f5dda18da086b62abc6507581c6fc512976d 100644 --- a/include/configs/M5272C3.h +++ b/include/configs/M5272C3.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 10000 /* timeout in milliseconds */ diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index e34dc4049aff349ecd42e1749a2142bb45ea4653..9c2a3bbb91552fe765a47a7a849d23945b8e9067 100644 --- a/include/configs/M5275EVB.h +++ b/include/configs/M5275EVB.h @@ -46,7 +46,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } /* Configuration for environment * Environment is embedded in u-boot in the second sector of the flash diff --git a/include/configs/M5282EVB.h b/include/configs/M5282EVB.h index 928b044153c53e05775fe3de493db259a5d3d78b..706e3d651343e4897db3be847c1f403f5622a42c 100644 --- a/include/configs/M5282EVB.h +++ b/include/configs/M5282EVB.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_MONITOR_IS_IN_RAM /* define if monitor is started from a pre-loader */ diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h index 216244c9d2f1911750b6d60a95d76bf1129b72f9..896d0d8536756f479b2c626df447eaa5796bddca 100644 --- a/include/configs/M53017EVB.h +++ b/include/configs/M53017EVB.h @@ -40,7 +40,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index 29b9b2a69b34a4a6c43d9cbafc2ae7343a4bfe72..64f83026c4aebdcb39bc229f250668402fc97b62 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -40,7 +40,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index d0044b142d297b09affe517d1c4b8929c004597f..0d09f0ec614e751f00adc04a6a32755991734ad9 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -40,7 +40,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 3360 /* timeout in ms, max is 3.36 sec */ diff --git a/include/configs/M54451EVB.h b/include/configs/M54451EVB.h index e2e2445219d5d3f43caad041cd7ed50cef7b4c3f..64928e99be2576596000a6ec766be3fbd0c17aa0 100644 --- a/include/configs/M54451EVB.h +++ b/include/configs/M54451EVB.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index d934d8edf425082bd61f4855da25e7243e09315e..b623c33318aa918391f04d6b3d780955da51918d 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG diff --git a/include/configs/M5475EVB.h b/include/configs/M5475EVB.h index f31972c7b6fe7d42380625dd5df09a16eacdef3c..3bdb8673c64b1566244703dd1790929c0742d59c 100644 --- a/include/configs/M5475EVB.h +++ b/include/configs/M5475EVB.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #define CONFIG_HW_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index 813f0cb4733d7de3809f986231afed1b637f2ddf..3487e49a1c36c510590751576ee91f54e183e881 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -41,7 +41,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #define CONFIG_HW_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ diff --git a/include/configs/MBX.h b/include/configs/MBX.h index 79780bd1a361ee64f70a1530f77941813cdb004c..95ddc974e4b6425e8c02922936d0fbde13979886 100644 --- a/include/configs/MBX.h +++ b/include/configs/MBX.h @@ -119,8 +119,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/MBX860T.h b/include/configs/MBX860T.h index 969ba7e245f00ea6f557a19acc97eeae470efcbf..8d1ca48233a857e904445cd7a77721c0a31c83b4 100644 --- a/include/configs/MBX860T.h +++ b/include/configs/MBX860T.h @@ -74,8 +74,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/MHPC.h b/include/configs/MHPC.h index b9c163856bbb2caa0c46f065036b6a03c1928fe7..3ff36ad2a6542887ee9d235223a23a8183786dcb 100644 --- a/include/configs/MHPC.h +++ b/include/configs/MHPC.h @@ -162,8 +162,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/MOUSSE.h b/include/configs/MOUSSE.h index f7fba0ca486c6cc6fce51aadfca4d6d1db192639..1391ce517dc1a37e332b47e4c1e48aaf37939650 100644 --- a/include/configs/MOUSSE.h +++ b/include/configs/MOUSSE.h @@ -140,8 +140,6 @@ 1MB - 64K FLASH0 SEG =960K (size=0xf0000)*/ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * NS16550 Configuration */ diff --git a/include/configs/MUSENKI.h b/include/configs/MUSENKI.h index f304272ff7ecebcf3f7587ac4d3db470df4ce16b..84a167d2a7196cd08e89af9a0be2b761f41d2346 100644 --- a/include/configs/MUSENKI.h +++ b/include/configs/MUSENKI.h @@ -49,7 +49,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BOOTDELAY 5 diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h index 072475273206b92fd060153500c2c47fdaef4531..52d172925b5fc88134d561b66b9c2ea48142a080 100644 --- a/include/configs/MVBLUE.h +++ b/include/configs/MVBLUE.h @@ -66,7 +66,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BOOTDELAY 3 #define CONFIG_BOOT_RETRY_TIME -1 diff --git a/include/configs/MVS1.h b/include/configs/MVS1.h index 46151daf967b436ed5b9f74cc32b7eac836c7059..8350830d7552078eb63a7ae6a6ec30877e0866f1 100644 --- a/include/configs/MVS1.h +++ b/include/configs/MVS1.h @@ -124,8 +124,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/NETPHONE.h b/include/configs/NETPHONE.h index e36476e30a9277aedb5107e1ffb9d1e641c034ea..31fe893473fadf0f921bec065f993648fc70ae66 100644 --- a/include/configs/NETPHONE.h +++ b/include/configs/NETPHONE.h @@ -155,8 +155,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index acf5dcbc0e876edf20e9160360f4915265fbd8ba..fd3ab1635f3b09eae3437ba51df80bf6dcc8936a 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -168,8 +168,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/NETTA2.h b/include/configs/NETTA2.h index c58899beea6e2b7d98618162426060fc0d5f0d82..5ca01a098fa57abfceb6d0bcc04a8278131609f4 100644 --- a/include/configs/NETTA2.h +++ b/include/configs/NETTA2.h @@ -156,8 +156,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index 3494b7acdfe938e8b2cb2407a1b0665ffdf373b9..61b19abe31a8e72eddf2df792ee5ad1764efa235 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -137,8 +137,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/NSCU.h b/include/configs/NSCU.h index 7e3ba2a1110b631897cd3f4698d03767b18b4ee0..5015b79d4d6bc9c2cc6e49bafec41cca9be8b85d 100644 --- a/include/configs/NSCU.h +++ b/include/configs/NSCU.h @@ -159,8 +159,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/NX823.h b/include/configs/NX823.h index bb0d3a3022e07d00ac95341954e04d836c7cf57a..8b13eb07b6cb8049f263496293bdf4ed55d715a1 100644 --- a/include/configs/NX823.h +++ b/include/configs/NX823.h @@ -101,8 +101,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/PCIPPC2.h b/include/configs/PCIPPC2.h index 77cedc06d67690350e17b08d89f4f78124816e22..7e1c11e5722ee2ebb3e2363c081666cfe48a23b9 100644 --- a/include/configs/PCIPPC2.h +++ b/include/configs/PCIPPC2.h @@ -50,7 +50,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_PREBOOT "" #define CONFIG_BOOTDELAY 5 diff --git a/include/configs/PCIPPC6.h b/include/configs/PCIPPC6.h index a8d20ca920252154bbe18e44189c1663ac589c4c..c3f295b86c3fa690c2e2eace5a1421b1e31f4959 100644 --- a/include/configs/PCIPPC6.h +++ b/include/configs/PCIPPC6.h @@ -50,7 +50,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_PREBOOT "" #define CONFIG_BOOTDELAY 5 diff --git a/include/configs/PM826.h b/include/configs/PM826.h index cde0fd67abff2e783611bfbefb1f18a84d9f914e..fbcf8e5e227af8bb2b9151a1ea833ca4719bd43a 100644 --- a/include/configs/PM826.h +++ b/include/configs/PM826.h @@ -200,8 +200,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */ /* diff --git a/include/configs/PM828.h b/include/configs/PM828.h index 74ced5ae22f06505520530cd6bb1d17b347afe44..c37aafdd47a2c3e19126272965ce2deca8a72c09 100644 --- a/include/configs/PM828.h +++ b/include/configs/PM828.h @@ -200,8 +200,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */ /* diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index 60aabf3f2723e6c238800c7d3b5330b3827ea8a6..992443a8e2f6b104e5fb70ae4bf477c98a9ca495 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -117,10 +117,6 @@ #undef CONFIG_SYS_EXT_SERIAL_CLOCK #define CONFIG_SYS_BASE_BAUD 691200 -/* The following table includes the supported baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE \ - { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ #define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */ diff --git a/include/configs/PN62.h b/include/configs/PN62.h index dae4577f374941ee309f1f92a1bdedf74b635405..93876b13173fd8b3928ec9124ae2029728465d27 100644 --- a/include/configs/PN62.h +++ b/include/configs/PN62.h @@ -171,7 +171,6 @@ /* * Serial port configuration */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL diff --git a/include/configs/QS823.h b/include/configs/QS823.h index 36efbf2e0d58fbf03cfd86e5c8247091f7c6bd15..fa77ffd5eb582133f58073361ab348f048536530 100644 --- a/include/configs/QS823.h +++ b/include/configs/QS823.h @@ -255,8 +255,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/QS850.h b/include/configs/QS850.h index 5c6ed07ba66edbdc227a4dbd7b9601abb296e140..efa7bd63f2332d50e86526ddbd654b35510516f6 100644 --- a/include/configs/QS850.h +++ b/include/configs/QS850.h @@ -255,8 +255,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/QS860T.h b/include/configs/QS860T.h index b0bee82dff7dfd496b1b914dcc7141197ef05015..31563203bdcc580989cc59bbed00680e78c1d4c2 100644 --- a/include/configs/QS860T.h +++ b/include/configs/QS860T.h @@ -165,8 +165,6 @@ CONFIG_SPI #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/R360MPI.h b/include/configs/R360MPI.h index a8e9a4a31a57132ee28e24ac547bc2ffd0055535..9befacbabae6e1ea388b7be6396e5f17896d3df9 100644 --- a/include/configs/R360MPI.h +++ b/include/configs/R360MPI.h @@ -162,8 +162,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * JFFS2 partitions */ diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h index 40980fe5026ab4fdf1a7995b0be36f7dd3ab74b9..b042c67020fc30143a526044c17f3361f50da7dd 100644 --- a/include/configs/RBC823.h +++ b/include/configs/RBC823.h @@ -151,8 +151,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXClassic.h b/include/configs/RPXClassic.h index 267ece16c900de566bde1e9642376e1435c2fc17..b215c2d6425f8944824979509b2e8b0591b15196 100644 --- a/include/configs/RPXClassic.h +++ b/include/configs/RPXClassic.h @@ -134,8 +134,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXlite.h b/include/configs/RPXlite.h index 74926d8d2a79528c143bfa3a168692f2e0846bea..8ffb014fe82da8ffa80988f4ffd0d018114e7b2a 100644 --- a/include/configs/RPXlite.h +++ b/include/configs/RPXlite.h @@ -103,8 +103,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXlite_DW.h b/include/configs/RPXlite_DW.h index efc59fea6f4eae72ce520ad8b304248275651d03..f8bcf0fae24497d17979b986262b5aa0d33ffafd 100644 --- a/include/configs/RPXlite_DW.h +++ b/include/configs/RPXlite_DW.h @@ -178,7 +178,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Low Level Configuration Settings diff --git a/include/configs/RPXsuper.h b/include/configs/RPXsuper.h index c1865fc6362089eb2269399e52a4530dc62cc7e0..d4d3d5738de4d274acbbbbc6a314e11c37fe9e33 100644 --- a/include/configs/RPXsuper.h +++ b/include/configs/RPXsuper.h @@ -216,9 +216,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/RRvision.h b/include/configs/RRvision.h index 0f8084ef704059fd5eddedc13d033b2dd85093ab..671d52168abf701b92b14a272f4e32dfdcd01d48 100644 --- a/include/configs/RRvision.h +++ b/include/configs/RRvision.h @@ -180,8 +180,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/SCM.h b/include/configs/SCM.h index 73216dc7999aa5359195801b86f6b65e4b138e82..87d52babe6e1c9b76ce5d29c2d06ac7e9e2ea9cc 100644 --- a/include/configs/SCM.h +++ b/include/configs/SCM.h @@ -234,8 +234,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFFFFFFFC /* "bad" address */ #define CONFIG_MISC_INIT_R /* have misc_init_r() function */ diff --git a/include/configs/SM850.h b/include/configs/SM850.h index 833b18a8fdd75eb5b4fa602410d1ee5f2d4229f0..e42e2cd89d5efa7e30d10121ef7bd355a6ee4328 100644 --- a/include/configs/SM850.h +++ b/include/configs/SM850.h @@ -109,8 +109,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/SPD823TS.h b/include/configs/SPD823TS.h index fba5b5e2aaa60c4bdb182f3a74bdab0ade8dc911..cffeb114471fd73500912687e465b6cb559638f8 100644 --- a/include/configs/SPD823TS.h +++ b/include/configs/SPD823TS.h @@ -121,8 +121,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/SX1.h b/include/configs/SX1.h index 01c2b3d50ce5f6720500dabfe181b412d333962e..ea09368993790f3e7f2784575e8f5f315ce7ac09 100644 --- a/include/configs/SX1.h +++ b/include/configs/SX1.h @@ -90,8 +90,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * BOOTP options diff --git a/include/configs/SXNI855T.h b/include/configs/SXNI855T.h index 774c98faec0f6e728dc90bb70b8357a629bcf3b6..b7fbe5e153a011d6f7f0b7b75d71b6fcec1082e8 100644 --- a/include/configs/SXNI855T.h +++ b/include/configs/SXNI855T.h @@ -188,8 +188,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h index 35171b6b92ba5e9f697f4c0ec90bd94d706fddf2..f54fcb33e57f0aacb490b966f14fc82ce6018163 100644 --- a/include/configs/Sandpoint8240.h +++ b/include/configs/Sandpoint8240.h @@ -226,7 +226,6 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* takes up to 10 msec */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM , FLASH_BASE1_PRELIM } /*----------------------------------------------------------------------- diff --git a/include/configs/Sandpoint8245.h b/include/configs/Sandpoint8245.h index 9ba307e1c0af715feca3314a0f7f6e15619d027d..84e4891dc9ac19c226d5cf61138975c2a8f8c7e2 100644 --- a/include/configs/Sandpoint8245.h +++ b/include/configs/Sandpoint8245.h @@ -194,7 +194,6 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM , FLASH_BASE1_PRELIM } /*----------------------------------------------------------------------- diff --git a/include/configs/TASREG.h b/include/configs/TASREG.h index c93b12ebf1c46f2191a72891f4f31b29700e265e..d95a22611dac495db5b06b10110ad19f7ba2680e 100644 --- a/include/configs/TASREG.h +++ b/include/configs/TASREG.h @@ -48,7 +48,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 19200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #undef CONFIG_WATCHDOG diff --git a/include/configs/TK885D.h b/include/configs/TK885D.h index 72c652347f2a54882b4a63782aff9b58f814a794..0c5277551616ec650eb65fd24aaebce32e469fa9 100644 --- a/include/configs/TK885D.h +++ b/include/configs/TK885D.h @@ -200,8 +200,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Enable loopw command. */ diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index f2a2e33664b2fee6becc49c172339f6e55b59f43..b26e4f4c239416b6220a4e0abc1f6689ebfcb243 100644 --- a/include/configs/TQM823L.h +++ b/include/configs/TQM823L.h @@ -166,8 +166,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM823M.h b/include/configs/TQM823M.h index f6b856c4b97945a084b02cfcd5c02a56ff8ca324..a9bf525ccee2bd7460632a1185ffd04836fc2180 100644 --- a/include/configs/TQM823M.h +++ b/include/configs/TQM823M.h @@ -161,8 +161,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM8260.h b/include/configs/TQM8260.h index 626cf19bd0ff634c786b3b374053683029c8f8d4..58c9716efb1dcf0a972a6f474337b313e4c7f150 100644 --- a/include/configs/TQM8260.h +++ b/include/configs/TQM8260.h @@ -268,8 +268,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFFFFFFFC /* "bad" address */ /* diff --git a/include/configs/TQM8272.h b/include/configs/TQM8272.h index 413ce640af0b8cda94c577ec67820ebf10e3979c..c2618dc0d5f01081e505ebb3cbb4cb3f3a7b95c1 100644 --- a/include/configs/TQM8272.h +++ b/include/configs/TQM8272.h @@ -332,8 +332,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0x40000104 /* "bad" address */ /* diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h index 6114bb0104822956c91d227aa25482c6a9217d4d..d217d3b7811e60db2122b4160b0f35210c59ef12 100644 --- a/include/configs/TQM850L.h +++ b/include/configs/TQM850L.h @@ -151,8 +151,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h index 911560ce8d35b1155ff1fa29245a80d01a59e60a..52e112568c1466d296d42cf81dd67b76e52b5459 100644 --- a/include/configs/TQM850M.h +++ b/include/configs/TQM850M.h @@ -152,8 +152,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index fd90501e36a05128413c7855e4096edc2729475a..e36a2bb17d837b67843b8a6cb460120a39c80019 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -155,8 +155,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM855M.h b/include/configs/TQM855M.h index 3e3f6de20888d2c52ab0fab1c1472eb41195a3ad..473301a10ca93f4eb8a5918b0dd62ce17514b6d9 100644 --- a/include/configs/TQM855M.h +++ b/include/configs/TQM855M.h @@ -189,8 +189,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h index cdf4885b8c99e94ae25987d1f48a6e78eee68cb5..ed61f0f63e8b10813d71a4ec1c87d6051236b44e 100644 --- a/include/configs/TQM860L.h +++ b/include/configs/TQM860L.h @@ -154,8 +154,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM860M.h b/include/configs/TQM860M.h index 7ccc61470645df6ddec0f318cbc2e17fde6fe996..4d7effb98010e234a1f73ae981b0aa0a33665e97 100644 --- a/include/configs/TQM860M.h +++ b/include/configs/TQM860M.h @@ -155,8 +155,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h index 79bea34173f641e6a3f8dd849c828352aff11e4d..db7c1c31c922aeebf500e5767d7aae91fe5bd8d6 100644 --- a/include/configs/TQM862L.h +++ b/include/configs/TQM862L.h @@ -158,8 +158,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM862M.h b/include/configs/TQM862M.h index 76934590b33bb1f6b947bde825ee1c9d9be5c064..af528fdc01f7f9cfa97ae597377720dc825a30ca 100644 --- a/include/configs/TQM862M.h +++ b/include/configs/TQM862M.h @@ -158,8 +158,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h index 8636ff4c19e66c2f435e8335ee8352d1c4556d82..b1cb406caeabd53284511388aadb3f3cf0b2463c 100644 --- a/include/configs/TQM866M.h +++ b/include/configs/TQM866M.h @@ -201,8 +201,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM885D.h b/include/configs/TQM885D.h index 5204771e00335ccb40bc468e8aa1422b2d058b4f..c960a54b72eed6294e15d430e02dbf51d89c346b 100644 --- a/include/configs/TQM885D.h +++ b/include/configs/TQM885D.h @@ -198,8 +198,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Enable loopw command. */ diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 76cd394db220b002fe15153aa6f1389f2b3cc362..082f3f98cee83917364b807c529fb168a884551b 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -181,9 +181,6 @@ /* we configure PWM Timer 4 to 1ms 1000Hz */ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* support additional compression methods */ #define CONFIG_BZIP2 #define CONFIG_LZO diff --git a/include/configs/VoVPN-GW.h b/include/configs/VoVPN-GW.h index c06909fccd7bae5900d517ec5028236a3e0e212b..0b6453b139c7e55cda699903540b88a0d5101ffc 100644 --- a/include/configs/VoVPN-GW.h +++ b/include/configs/VoVPN-GW.h @@ -86,9 +86,6 @@ /* don't allow baudrate change */ #undef CONFIG_SYS_LOADS_BAUD_CHANGE -/* supported baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * select ethernet configuration * diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 1fafbedc9f87ccf3fbffe93e9d4e34a2523b2c40..a2b347a8288e22e92a45a25fabd0220c2277c4db 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -71,9 +71,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_CLK 18432000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Ethernet */ diff --git a/include/configs/adp-ag101.h b/include/configs/adp-ag101.h index 8421c79bf5bd6f896f6765bd0be3ee37f18659d0..6bf0addcb59e5eef850d333ff8b949bb0ac02acf 100644 --- a/include/configs/adp-ag101.h +++ b/include/configs/adp-ag101.h @@ -100,9 +100,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_CLK ((46080000 * 20) / 25) /* AG101 */ -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Ethernet */ diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index ffc70a630b2ba198351689fc8e18419d7d491ad2..747d06100156b7f28c0674f2ae62e4bfaf3d138d 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -100,9 +100,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_CLK ((18432000 * 20) / 25) /* AG101P */ -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Ethernet */ diff --git a/include/configs/adp-ag102.h b/include/configs/adp-ag102.h index a4628e4343be6d5f11c131d8f7651eb7687b9574..35f88cc39dfd48ff8dffbf6b55e9d757372ffb12 100644 --- a/include/configs/adp-ag102.h +++ b/include/configs/adp-ag102.h @@ -99,9 +99,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_CLK 33000000 /* AG102 */ -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Ethernet */ diff --git a/include/configs/afeb9260.h b/include/configs/afeb9260.h index 2adf8f9e5c43a6d1cfb1cc2cd7a881dfe0e1f9e6..6715cb4b11775ee54ffcdb0945e5d068dc0ed6d7 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -157,7 +157,6 @@ "rw rootfstype=jffs2 panic=20" #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "U-Boot> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/apollon.h b/include/configs/apollon.h index 8f06cd708695af326efa1048e1d2150346c53cc2..aebca71ec3bdb4a447eeaf4f49b51dc81cc832a8 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -112,7 +112,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index d468e498fa49b503294c9367bff0b1debf2a28e7..f89a5676f5ed35e8f13d2d7142d3a7b0790f8a3c 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -147,7 +147,6 @@ */ #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (2) diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index 7e6c1554cbce573e5a237477036f41eefacc5222..9f908ce9d595e41cbb245ecfd7a5a67498c6aed8 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -129,7 +129,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID 0/* ignored in arm */ -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_BAUDRATE 115200 /* diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index db52ee66da62aa804aea8fb3cb140ac3438937a6..07b19680703cc772d5f9737f0e69bc3007975d3a 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -73,7 +73,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } /* LED */ #define CONFIG_AT91_LED diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 5140b26cdac96924044b3c0f4a4c8a5afefc237f..6fd0b832fe1b42dbabfd4a0c4e490dc52a983184 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -67,7 +67,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 57600, 38400, 19200, 9600} /* LCD */ #define CONFIG_LCD diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index f424e5a5bd77331f282c8d4165304929f8ef92a8..40308ca91970c5d32e4c2a9319f89f94f28a34c7 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -71,7 +71,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600} /* LCD */ #define CONFIG_LCD 1 diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 159857d32f1941caf5b9d92d4983f93c193228e1..f46b91b00255b20256e4c4c7db885565bdda624e 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -178,7 +178,6 @@ "rw rootfstype=jffs2" #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "U-Boot> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 79ea1f29a74956eaa7476bc8bed0098717c781bb..45f8baff0536e28120345f7712ef9b6d3d6f3c0a 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -62,7 +62,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600} /* LCD */ #define CONFIG_LCD 1 diff --git a/include/configs/atc.h b/include/configs/atc.h index bf1f2028012bd55f8e4c383cfc740fc8d8ed858e..75f950b94c361be0e0def7246eae17959f7fe3ad 100644 --- a/include/configs/atc.h +++ b/include/configs/atc.h @@ -171,8 +171,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 /* "bad" address */ #define CONFIG_SYS_ALLOC_DPRAM diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h index a5ec2249698937f18ababdb6c1f03d7a81f141fb..1417240b7242b592d0302367f2503a2a95b05593 100644 --- a/include/configs/balloon3.h +++ b/include/configs/balloon3.h @@ -54,7 +54,6 @@ #define CONFIG_PXA_SERIAL #define CONFIG_STUART 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Bootloader Components Configuration diff --git a/include/configs/c2mon.h b/include/configs/c2mon.h index f325d2b439326bc05645889174a2b95d7447ff34..01e5e90bc37e5e51d6ef6d96d206ad96891eb675 100644 --- a/include/configs/c2mon.h +++ b/include/configs/c2mon.h @@ -127,8 +127,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index c5226ab143fe855ab6e5ed1119807ad08afafe9f..14b81460b71c03fd1b9298cf04f3a1bb46099527 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -62,7 +62,6 @@ #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_SERIAL0 0x10009000 #define CONFIG_SYS_SERIAL1 0x1000A000 diff --git a/include/configs/calimain.h b/include/configs/calimain.h index 6b68f103d215aa4e6228670d865624bcd1befd0c..81c9b9b98f3b55bdbd86385c9d94d2311f69d166 100644 --- a/include/configs/calimain.h +++ b/include/configs/calimain.h @@ -173,7 +173,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 } #define CONFIG_ENV_IS_IN_FLASH #define CONFIG_FLASH_CFI_DRIVER diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h index 71faf1cc9ff2bbbe67eb44a40e63ebb41d536916..2512a75c9f294af1de3d1d9a7951722f20c0fece 100644 --- a/include/configs/cam_enc_4xx.h +++ b/include/configs/cam_enc_4xx.h @@ -54,7 +54,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_COM1 0x01c20000 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h index 81e4de45d6e8f4b9339492fd267e594b147f5a59..408e91832b8ca890cd07f7e582bf764cec0a4295 100644 --- a/include/configs/cm4008.h +++ b/include/configs/cm4008.h @@ -56,8 +56,6 @@ #define CONFIG_SERIAL1 #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * BOOTP options diff --git a/include/configs/cm41xx.h b/include/configs/cm41xx.h index 785ab0a62a42a39a1da07726e5772d42a887a04e..d85a6001a28fcb0bf1e1296b0472b3844a61096e 100644 --- a/include/configs/cm41xx.h +++ b/include/configs/cm41xx.h @@ -56,8 +56,6 @@ #define CONFIG_SERIAL1 #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * BOOTP options diff --git a/include/configs/cobra5272.h b/include/configs/cobra5272.h index 6d97a0cdc2ae5ed8226cd86fc2bbc1fa061b41d0..c9fdc2cb6b5cde5b72a43c693a3cc45fc0afa7db 100644 --- a/include/configs/cobra5272.h +++ b/include/configs/cobra5272.h @@ -81,7 +81,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 19200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } /* --- * set "#if 0" to "#if 1" if (Hardware)-WATCHDOG should be enabled & change diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index 7691fb31552df881a06827f296b7c2c7785c60c5..4a3b01d0c55126689bffd607d53e6160ae020a4e 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -56,7 +56,6 @@ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Bootloader Components Configuration diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h index 8b6a6879892aff6a2ddae9e8b3ebfe0a35e3925c..a877066c4be9e81ac899631f6248bfb92e030d04 100644 --- a/include/configs/cpu9260.h +++ b/include/configs/cpu9260.h @@ -487,7 +487,6 @@ #endif #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #if defined(CONFIG_CPU9G20) #define CONFIG_SYS_PROMPT "CPU9G20=> " diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index 1b43c54f486bec0a27b478cc3de2ba64be8692b5..dc676dffdb0cc5166bce941176bac5e824a4d2d3 100644 --- a/include/configs/cpuat91.h +++ b/include/configs/cpuat91.h @@ -197,7 +197,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x21000000 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 } #define CONFIG_SYS_PROMPT "CPUAT91=> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h index 781878ef399af8ad3917329b2a848a491bd075eb..aa7a6ba03e9da16d241e43bf1cf65e13eabdf669 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 diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 989472b1813756fd05e8151a034b37cca23f6b7f..0adbb1fc729a4ec8c3eba728f5ed50045c67a813 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -143,7 +143,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 } #define CONFIG_SPI #define CONFIG_SPI_FLASH diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h index 42caf1e42a467d32e7358a32b8036036ea4a6350..bd17419da18adc808551a14335ef39454d3ed913 100644 --- a/include/configs/davinci_dm355evm.h +++ b/include/configs/davinci_dm355evm.h @@ -45,7 +45,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_COM1 0x01c20000 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 diff --git a/include/configs/davinci_dm355leopard.h b/include/configs/davinci_dm355leopard.h index b05cfbaa8e8b122b3e0380ea42d2f7d45cea5344..b232c5093f4d957e52c01a178f6ea6f3f6b7027c 100644 --- a/include/configs/davinci_dm355leopard.h +++ b/include/configs/davinci_dm355leopard.h @@ -44,7 +44,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_COM1 0x01c20000 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h index a75bce675b48a3924027f79119f28073f445b1cc..92d722706feb35581de077b8669db9c2f1f4eec1 100644 --- a/include/configs/davinci_dm365evm.h +++ b/include/configs/davinci_dm365evm.h @@ -45,7 +45,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_COM1 0x01c20000 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 diff --git a/include/configs/davinci_dm6467evm.h b/include/configs/davinci_dm6467evm.h index 4f14e04165598256af6f820b033f3337fe8e241b..57a614852a294eff7f18b22d894f1153e56b7c94 100644 --- a/include/configs/davinci_dm6467evm.h +++ b/include/configs/davinci_dm6467evm.h @@ -73,7 +73,6 @@ extern unsigned int davinci_arm_clk_get(void); #define CONFIG_SYS_NS16550_CLK 24000000 #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* I2C Configuration */ #define CONFIG_HARD_I2C diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h index 310d5770dec4889c81389e4765ae21312e109e9c..f0cc780b5e9925eb2bfc9e3bb8679310413d7991 100644 --- a/include/configs/davinci_dvevm.h +++ b/include/configs/davinci_dvevm.h @@ -89,7 +89,6 @@ #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */ #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 */ /*===================*/ diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 949174a1637193504bd36607395b4a7d0c4afdbe..c07002a3c157581f7f00eedc1f5af6d0c362a999 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -58,7 +58,6 @@ #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */ #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 */ /*===================*/ diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index c931ede85cfd7d79851fc6f0b03248ac421f526d..a62d7aa5e831c25da59b8366bd3af38be1a5b983 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -56,7 +56,6 @@ #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */ #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 */ #define CONFIG_HARD_I2C #define CONFIG_DRIVER_DAVINCI_I2C diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h index 854099b2a26f500b353eb4fac961e0a96a1b564c..fb26643dab1694e9a7082929624b3cdb1fd08e08 100644 --- a/include/configs/davinci_sonata.h +++ b/include/configs/davinci_sonata.h @@ -90,7 +90,6 @@ #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_HZ_CLOCK /* Input clock to NS16550 */ #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 */ /*===================*/ diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 1d5cf2c4111c371411ea2027d249603f86927125..13ddc5c06a87bad5eae1dfa58951cd363b9ef51f 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -59,7 +59,6 @@ #define CONFIG_BAUDRATE 115200 /* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #undef CONFIG_BOOTARGS diff --git a/include/configs/debris.h b/include/configs/debris.h index 303630d7d772aecd69103c33a6757165785cacec..32aa4e50650b1495369371a9f380e96d65a1e5de 100644 --- a/include/configs/debris.h +++ b/include/configs/debris.h @@ -294,7 +294,6 @@ #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_FLASH_BANKS { FLASH_BASE0_PRELIM } /*----------------------------------------------------------------------- diff --git a/include/configs/eXalion.h b/include/configs/eXalion.h index afb1de6388d134dcfe8b0784dbc4d681a26b8943..3238ac7327ae12fc8c33cb5237f6a8fcb37c3c4c 100644 --- a/include/configs/eXalion.h +++ b/include/configs/eXalion.h @@ -93,9 +93,6 @@ #define CONFIG_SYS_MAXARGS 8 /* max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ #define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */ - -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_MISC_INIT_R 1 /*----------------------------------------------------------------------- diff --git a/include/configs/ea20.h b/include/configs/ea20.h index 88b085d4a7af009ec2ed3cd578a5bb4be5dfd128..4a03546fb9f5267f3e992ecf2a47ebcc794b615a 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -77,7 +77,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 } #define CONFIG_SPI #define CONFIG_SPI_FLASH diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 21c471adf6c762364f3844c93748dcdfe7b18e7d..4d8be2b01e85bc6bd0fd0e9550d75d37061878ff 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -188,8 +188,6 @@ * UART/CONSOLE */ -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 19200, 38400, 57600, 9600 } - #define CONFIG_BAUDRATE 115200 #define CONFIG_ATMEL_USART #define CONFIG_USART_BASE ATMEL_BASE_DBGU diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h index 120055f1d757e9984701bd0a89a17107e87e00ba..eb7d72b2fe0a87f982fc70c73789792414cf9243 100644 --- a/include/configs/efikamx.h +++ b/include/configs/efikamx.h @@ -94,7 +94,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} #define CONFIG_MXC_GPIO diff --git a/include/configs/enbw_cmc.h b/include/configs/enbw_cmc.h index 29b0d339912718109dc6f7f3f64874f6d14a2073..7dc6cca6cc194c2367f29dd314f0f1e45e4b0160 100644 --- a/include/configs/enbw_cmc.h +++ b/include/configs/enbw_cmc.h @@ -83,7 +83,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 diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h index 221d3e055d74f07143fc6537abef9960c3435d00..7adedc99e61187b65eb406761845622a085b3aab 100644 --- a/include/configs/ep8260.h +++ b/include/configs/ep8260.h @@ -376,9 +376,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index 604d2dd5f53ceddcb22f1003278607c93ed7c4a5..5aed0ed308a4113843eef78fbd32e3fed694ac8d 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 diff --git a/include/configs/flea3.h b/include/configs/flea3.h index dd7c73f3c7bb38c27cb768f5ca6799735a593312..44c5532d86f9fdb21331e51bb36a16841aac4d4d 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -82,7 +82,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* * Command definition diff --git a/include/configs/grasshopper.h b/include/configs/grasshopper.h index e27216ac15821874ca9a28b25ecc24e7cf65def0..cc84c9c964c562905e79b27f2aee86884fec68e6 100644 --- a/include/configs/grasshopper.h +++ b/include/configs/grasshopper.h @@ -191,7 +191,6 @@ #define CONFIG_SYS_MEMTEST_START EBI_SDRAM_BASE #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x700000) -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400, 19200, 9600, 2400 } #endif /* __GRASSHOPPER_CONFIG_H */ /* vim: set ts=8 noet: */ diff --git a/include/configs/gw8260.h b/include/configs/gw8260.h index 2a40de1fae0f5f2a549837393d85abb9a28d79ec..7935aea9aec3ab7bdc19e1d71642c063d0dd1b27 100644 --- a/include/configs/gw8260.h +++ b/include/configs/gw8260.h @@ -387,9 +387,6 @@ #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \ - CONFIG_SYS_MEM_END_USAGE ) -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index 6d2d4fb91d7eb3d79e9aeb60569d9cf78bad11d9..0e9188d0325ea2faae9be4ad0e76b918969c230f 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -98,7 +98,6 @@ #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID) #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Network & Ethernet Configuration diff --git a/include/configs/hermes.h b/include/configs/hermes.h index d849b5cc81a503e269d740421f90375f447f5c49..0f29cd122c7316571469df689417cb571148cc2a 100644 --- a/include/configs/hermes.h +++ b/include/configs/hermes.h @@ -105,8 +105,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_ALLOC_DPRAM 1 /* use allocation routines */ /* * Low Level Configuration Settings diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 520fa4cc9ed2523b41389b5172f4fb9f14d8b4f9..791f3f5468f02fb09324bdbb5226d881ec80f78d 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -39,7 +39,6 @@ #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BOOTCOUNT_LIMIT #define CONFIG_SYS_BOOTCOUNT_ADDR 0xfff3cf0c diff --git a/include/configs/idmr.h b/include/configs/idmr.h index 50dd918385413186144b8619dd170f7a97532e05..86bfa01cb25430cb39dd7785a6febd3ca44ffb73 100644 --- a/include/configs/idmr.h +++ b/include/configs/idmr.h @@ -47,7 +47,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #define CONFIG_BAUDRATE 19200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } #define CONFIG_ETHADDR 00:06:3b:01:41:55 #define CONFIG_ETHPRIME #define CONFIG_IPADDR 192.168.30.1 diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h index ea48d646356a82c0301692761be456ce783897f5..186d8b9113af375b100b3639cb97474abe60ce0e 100644 --- a/include/configs/ima3-mx53.h +++ b/include/configs/ima3-mx53.h @@ -92,7 +92,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index c1f1aa6a8a37e4e587fa321f65bef6014a1f2f1d..7d2876b9c5ec8322e51d83d122d207ae22b617a2 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -105,7 +105,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #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 } /* * Flash & Environment diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index bbcbce1200b1256df1acdc3695f4e98d6f2b5a15..a340e97f008c61cc739a544daa1e72d22d7fff35 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -87,7 +87,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 3153eb5b396fd94e46153287d6331425373b57c0..17283582116915c1c02766039a7359fc7cd9232f 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -65,7 +65,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 70c9bb4422d3e51d6e9bd7957da9c8220fd8a066..f632a2c8ea3b44717e6222c1011899376177f4e6 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -47,9 +47,6 @@ #define CONFIG_BAUDRATE 115200 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #define CONFIG_PREBOOT "echo;" \ diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 0a704cb2481f7a5303548ab3a60d031b2be0ac57..fea40fcfe383b16e39ad5dd23310169b845f8d48 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -65,7 +65,6 @@ #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 #define CONFIG_PL01x_PORTS { (void *) (CONFIG_SYS_SERIAL0), (void *) (CONFIG_SYS_SERIAL1) } -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_SERIAL0 0x16000000 #define CONFIG_SYS_SERIAL1 0x17000000 diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index 57610a6511e82166bce46e8c03e3c4c9a38d6887..ca2d92d79f9ed06be9149db9fc0133af96257864 100644 --- a/include/configs/integratorcp.h +++ b/include/configs/integratorcp.h @@ -74,7 +74,6 @@ #define CONFIG_PL01x_PORTS { (void *)CONFIG_SYS_SERIAL0, (void *)CONFIG_SYS_SERIAL1 } #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_SERIAL0 0x16000000 #define CONFIG_SYS_SERIAL1 0x17000000 diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index d644fea22f47f2f852493340e2677b2739ca1175..296bbe1cf532bf130b0a44f272d9d4b91e954349 100644 --- a/include/configs/jadecpu.h +++ b/include/configs/jadecpu.h @@ -182,7 +182,6 @@ #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE) #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "jade> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/kvme080.h b/include/configs/kvme080.h index 203a4b219b447ff8d9106cefeb68d1817287bab1..e49dc28776124ffeab53f688c93265ca50dc557c 100644 --- a/include/configs/kvme080.h +++ b/include/configs/kvme080.h @@ -114,8 +114,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x00100000 #define CONFIG_SYS_HZ 1000 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) diff --git a/include/configs/linkstation.h b/include/configs/linkstation.h index cdf68273f9161e567ee8988dd492bc29260b4b4f..bb9603418bc8ab35f1c3d4216b278bbb995b4df7 100644 --- a/include/configs/linkstation.h +++ b/include/configs/linkstation.h @@ -282,7 +282,6 @@ */ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 57600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h index 361ffc504e37605521791cd6f2ff4d1736f68221..7c8eb6434d8cc0bc241cbfd2e4c5cfdd0f09bde0 100644 --- a/include/configs/lubbock.h +++ b/include/configs/lubbock.h @@ -130,9 +130,6 @@ #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_CPUSPEED 0x161 /* set core clock to 400/200/100 MHz */ - /* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #ifdef CONFIG_MMC #define CONFIG_PXA_MMC #define CONFIG_CMD_MMC diff --git a/include/configs/lwmon.h b/include/configs/lwmon.h index e23b0a1b2f25d0a75b1135c8f8ef34e6c60915db..405bc69a2eb2dc12b400633a4b14a5f76dd34ddf 100644 --- a/include/configs/lwmon.h +++ b/include/configs/lwmon.h @@ -243,8 +243,6 @@ */ #ifdef CONFIG_WATCHDOG #define CONFIG_SYS_BAUDRATE_TABLE { 38400, 57600, 115200 } -#else -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #endif /*----------------------------------------------------------------------*/ diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index c62f4d01fd3c477caf263b91bcbf6b4ebdba6055..b8389e8e5d65ca998cab7420fd13e2798f318713 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -136,7 +136,6 @@ #define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE } #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 115200 /* Default baud rate */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * MMC Driver diff --git a/include/configs/meesc.h b/include/configs/meesc.h index db1e87d69c1687af36eb6cd469ebab6f292bb23f..1e897e23e0ddecd34f4dfc4c0887d236de13dbc7 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -89,7 +89,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600} #define CONFIG_BOOTDELAY 3 #define CONFIG_ZERO_BOOTDELAY_CHECK diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index 3e7377511cea5a63d72d6c221aaec16b8af13a32..c0c95ed9426151121321a2b7217e1d57d22e22a3 100644 --- a/include/configs/mpc7448hpc2.h +++ b/include/configs/mpc7448hpc2.h @@ -107,7 +107,6 @@ #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7808) #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7C08) -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */ #define CONFIG_ZERO_BOOTDELAY_CHECK diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index 52e15cce876419075d93aaaeb36ac092a7c11508..aca367f8fff989f8c0be24ba2488030349c5dcc9 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -60,8 +60,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_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE) diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h index 9c1b255e65c65776beb9a5e581c2be3e1e1f32a4..81476ecf3ab8fe33bcd1ad216e1e943193243725 100644 --- a/include/configs/mx1ads.h +++ b/include/configs/mx1ads.h @@ -133,9 +133,6 @@ #define CONFIG_SYS_HZ 3686400 #define CONFIG_SYS_CPUSPEED 0x141 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * Stack sizes * diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index 7210b6e80f24dd3a493fcd9f9662d62ffe5f9263..efca2875397e7b7b51428c4a678463ee899fcbc7 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -57,7 +57,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #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 } /* No NOR flash present */ #define CONFIG_ENV_OFFSET (6 * 64 * 1024) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 0c18e5022a142e98e2e1e5510cf5bdf5e3aaa699..48e6b83be4c276c4030bf4d0909b0554880425a5 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -125,7 +125,6 @@ #define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE } #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 115200 /* Default baud rate */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * DMA diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 87638a4fa52fa7b87d89140bfd93a32113806e4e..cc720e80833a7dd3f0fd4b8b455ef4e473ea63a1 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -84,7 +84,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 6ce97bc69fe14f9fda0ec7a042f28160c86feb59..7634de72cb72818b208207081efce63e0483600b 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -85,7 +85,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index bd57baa808ff1c4f76735ec7c6555097b3b11aa2..a98230a761ed02dd3d291e22d11edc46ff4f3a34 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -89,7 +89,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* * Command definition diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 58b6f1c10df2f21175330ea2b5bd5885e93fc5de..ba1a129b4103a0c5aaa67a322f9cb5b01594cfea 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -138,7 +138,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index f48a41ebc582c092d7d302e99719fbd72d8a4c20..333ba617cb67ab1d875c1eb934e77e91f9be6c95 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -80,7 +80,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index a77e5b206d3d89a22955a51d65d43e09bea7d76f..453cef98c6781917d335ff1aa67d9abe0704cba3 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -94,7 +94,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 99daafb9006ef29e96431b78cb6d393eeea772ab..c80e5e84bd51f5b7d57815789073d26a7e9e5376 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -106,7 +106,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index a04db3ff450b5e22aadf0ee6150ca95a19434fe9..7cd7173cd25855dc7bcb39aef6c743ed43e94cfc 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -83,7 +83,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 90652c6629998439a2b9a1e24b1a61cf8ed65d69..9fca0e1a4ec5de069ea56dd8616e12cb26438ea3 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -70,7 +70,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index feabc05a475b022e194bf84972f4f9b46c1da350..7469038d7b2170ce6aed669916173de2c3b85773 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -115,7 +115,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* Command definition */ #include diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 20db3972f608833fbda61ed8a823fde4d2201fa3..de2077152e2feb2fd7ebc92184ee2cb42391b3ae 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -106,7 +106,6 @@ #define CONFIG_PL011_SERIAL #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CFG_SERIAL0 0x101FD000 #define CFG_SERIAL1 0x101FB000 diff --git a/include/configs/ns9750dev.h b/include/configs/ns9750dev.h index c495423ddc3df7f294cdb668df7b9c999773c00d..f465a5606b9bab3ac0d76597138c0c16376bd102 100644 --- a/include/configs/ns9750dev.h +++ b/include/configs/ns9750dev.h @@ -122,9 +122,6 @@ #define CONFIG_SYS_HZ (CPU_CLK_FREQ/64) -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define NS9750_ETH_PHY_ADDRESS (0x0000) /*----------------------------------------------------------------------- diff --git a/include/configs/omap1510inn.h b/include/configs/omap1510inn.h index 43de18b25c0b28b190f1b0c84d89a33d21d64155..f591a86ab5616ebc97b3572755fd7838713faace 100644 --- a/include/configs/omap1510inn.h +++ b/include/configs/omap1510inn.h @@ -83,8 +83,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Command line configuration. diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index 46d1643c60442a3c84807fea799797a8aa9a4fd4..13762ccaf12ca1bb481c8e5e0bf6e14a0c1beeaa 100644 --- a/include/configs/omap2420h4.h +++ b/include/configs/omap2420h4.h @@ -118,8 +118,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} - /* * Command line configuration. diff --git a/include/configs/omap5912osk.h b/include/configs/omap5912osk.h index d3a2438e2824ddc106881d6a1f720a0e444bdeed..639d4a377ed4fa20249096e46811746449f9db85 100644 --- a/include/configs/omap5912osk.h +++ b/include/configs/omap5912osk.h @@ -81,8 +81,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Command line configuration. diff --git a/include/configs/omap730p2.h b/include/configs/omap730p2.h index f7900e0d83fcd0b5616bd3862c399e8462806ada..f1cadb25facf938d1e2b53dc3ce094a1bebdab74 100644 --- a/include/configs/omap730p2.h +++ b/include/configs/omap730p2.h @@ -85,8 +85,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Command line configuration. diff --git a/include/configs/origen.h b/include/configs/origen.h index d4d0f84be61faab383737b8a82bed34f5bc7a8c2..6dcd25d8b63c5a14ec56a7ee0de6a8ade7a3ce47 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -117,9 +117,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* Stack sizes */ #define CONFIG_STACKSIZE (256 << 10) /* 256KB */ diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 85993789b9713dd77ec116caed5596de9e6e6bf7..7abc42a4f54a3a250573a33087d2c838a8ca8a81 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -88,7 +88,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600} #define CONFIG_BOOTDELAY 3 #define CONFIG_ZERO_BOOTDELAY_CHECK diff --git a/include/configs/palmld.h b/include/configs/palmld.h index 88f4bfb4539e13b3836e64221da310923be75cae..c4ea5ff307972c7a40809ce04de6a708a1356140 100644 --- a/include/configs/palmld.h +++ b/include/configs/palmld.h @@ -55,7 +55,6 @@ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 #define CONFIG_BAUDRATE 9600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Bootloader Components Configuration diff --git a/include/configs/palmtc.h b/include/configs/palmtc.h index d1fef258ce82034fa43f452d8c50a62149ad43ce..9fa67334a8914495ffe4f430a4e4f90177468829 100644 --- a/include/configs/palmtc.h +++ b/include/configs/palmtc.h @@ -59,7 +59,6 @@ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Bootloader Components Configuration diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index d056884e7ebac620bc316f62cc4f70609119c83a..810233fbfbe191b9b017c680a65af55603a42715 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -54,9 +54,6 @@ #define CONFIG_BAUDRATE 115200 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #undef CONFIG_BOOTARGS diff --git a/include/configs/pdnb3.h b/include/configs/pdnb3.h index 43ec38f5d4eaece374a3c890c3cf47b435883e30..19b80d18e2d30d4ce68043179cfefe9720aed612 100644 --- a/include/configs/pdnb3.h +++ b/include/configs/pdnb3.h @@ -117,8 +117,6 @@ #define CONFIG_IXP425_TIMER_CLK 66666666 #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ - /* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Stack sizes diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index eba5616ddf9df6446692d7aad57b424da3ff46de..cdb3593c4f9c9a882526a712ce453cb34c88f4a7 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -361,7 +361,6 @@ #endif #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "pm9261> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index bf31c13bdcfdbcc4e71625c97d6c90e2ca02983c..d202d0ad265f2fd31dd0a6306938e915fbba470c 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -394,7 +394,6 @@ #endif #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "u-boot-pm9263> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 47798787de3f39071bf06863e920f57de67c2eb4..a044346f39485f54133ce34a900e2723b5a4b542 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -167,7 +167,6 @@ "rootfstype=jffs2" #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "U-Boot> " #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/ppmc7xx.h b/include/configs/ppmc7xx.h index 4ceee17cd2e4c24456811929ca742893136763ea..5cd660927a81626919fe19cf86a8d9f6fac48003 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 diff --git a/include/configs/ppmc8260.h b/include/configs/ppmc8260.h index 327863ec9056a6aacc8f023c51acb06d62081f4d..f4c914306fe30939b14cdddbc20b1b2f470146c8 100644 --- a/include/configs/ppmc8260.h +++ b/include/configs/ppmc8260.h @@ -346,9 +346,6 @@ #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \ - CONFIG_SYS_MEM_END_USAGE ) -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index 0666f7ba4fdcec13ac67b44d5200ef22fc5da6f4..387661b8fce91e60568b2b4d693c785f8b8254d0 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -246,9 +246,6 @@ #define RTC 1 /* enable 32KHz osc */ - /* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #ifdef CONFIG_MMC #define CONFIG_PXA_MMC #define CONFIG_CMD_MMC diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index f5a137e01ddbed54dc2d675171f17ab42d7572bd..da32b30e5635c895c449606aa824d752e2b4dd74 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -40,9 +40,6 @@ #define CONFIG_BAUDRATE 115200 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #undef CONFIG_BOOTARGS diff --git a/include/configs/qi_lb60.h b/include/configs/qi_lb60.h index ebd8223d6f4de77152e1e29a5436e8200172689e..a3fc465e70953d854742722db952d7ffad11227d 100644 --- a/include/configs/qi_lb60.h +++ b/include/configs/qi_lb60.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_UART_BASE JZ4740_UART0_BASE /* Base of the UART channel */ #define CONFIG_BAUDRATE 57600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_BOARD_EARLY_INIT_F diff --git a/include/configs/qong.h b/include/configs/qong.h index 3e36bb0788495dfaf9ddfe8df608cd0646c496b8..3b63ac210a0759bfc10e96ac02241619742ff486 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -122,7 +122,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/quantum.h b/include/configs/quantum.h index dcfa29af1cc5a5d58f4d36e8dd534cfecd0c97a9..4f246510fe151c51adf0ff87de6a932adc831c89 100644 --- a/include/configs/quantum.h +++ b/include/configs/quantum.h @@ -142,8 +142,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 9cdfc147e956f4e9d34dcd4f9b3278624fb93637..65dcffb29be495ea88b83f12a2626cdb803aebdc 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -46,8 +46,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) diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index b0655c32330098d4064774b8768c289da1725996..a7b36282988cce9dacaa16cd2730614eb022b7af 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) diff --git a/include/configs/rsdproto.h b/include/configs/rsdproto.h index 3a700419f2034f0de2f8e601f445b7e023f0f367..df7f40cf54dfd9b388b33a462381f8d72ed15cad 100644 --- a/include/configs/rsdproto.h +++ b/include/configs/rsdproto.h @@ -161,9 +161,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ - /* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index e133a17259c360491593c4f7f09cb088c70798ed..f3d3e4d8e44521be41092180b347e285cb58987d 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -190,9 +190,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* Stack sizes */ #define CONFIG_STACKSIZE (256 << 10) /* 256 KiB */ diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 00db374182f4cc059254be53e5e6ef7af94ac9f0..9337d5bcdd588869c3a03a68ff1debba8469216b 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -215,9 +215,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* Stack sizes */ #define CONFIG_STACKSIZE (256 << 10) /* regular stack 256KB */ diff --git a/include/configs/sacsng.h b/include/configs/sacsng.h index 43036b2d3bb5773d00d7c2226303fb0ff91ed4b7..f3b0fc1db61f3ff8349f6ff23fa9352b141af268 100644 --- a/include/configs/sacsng.h +++ b/include/configs/sacsng.h @@ -620,9 +620,6 @@ #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \ - CONFIG_SYS_MEM_END_USAGE ) -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h index cdf8659093dfb5ea81ae12a0a59cc7731b4648d7..316e3fb925986f479e2f62b7a21bd0725443e4a2 100644 --- a/include/configs/sbc35_a9g20.h +++ b/include/configs/sbc35_a9g20.h @@ -61,7 +61,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_BOOTDELAY 3 diff --git a/include/configs/scb9328.h b/include/configs/scb9328.h index 180c5dad429f4291108af40425c0cc4856cf6491..1494a2ecc49721e2227c88a11d26f4816a3c2263 100644 --- a/include/configs/scb9328.h +++ b/include/configs/scb9328.h @@ -87,7 +87,6 @@ #define CONFIG_SYS_HZ 3686400 /* incrementer freq: 3.6864 MHz */ #define CONFIG_SYS_CPUSPEED 0x141 /* core clock - register value */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BAUDRATE 115200 /* * Definitions related to passing arguments to kernel. diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 7d163201e32b3e677b9da95df5f7862e41d44a2c..bfbb2c3ef9c49128ce489b2001542c0cfa2ed9c1 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -144,9 +144,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* support additional compression methods */ #define CONFIG_BZIP2 #define CONFIG_LZO diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 0f63040d259d9cba0acb85f1e229a939c4b5bfab..23df401e3f3d22f05dc97866b70b3a3f6d07af10 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -126,9 +126,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_RD_LVL /* Stack sizes */ diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index a2b9441050f4592771ad747319224590b27e9877..47a3d414cd91d95e57c2c4cd7e782cbf1392d9ef 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -144,9 +144,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * Stack sizes * diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 6663629ce11451ef2a1e590159d9689faba94cee..5ab86651cbeb2b5f2e148ad64644f12dd1ba5208 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -183,9 +183,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /*----------------------------------------------------------------------- * Stack sizes * diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h index 702134bda32ba8ba19a27513dd9286d6408ef3cf..868e6ae8b6c5b1d500630d416d4ece0a6b5f39fe 100644 --- a/include/configs/smdkv310.h +++ b/include/configs/smdkv310.h @@ -116,9 +116,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* Stack sizes */ #define CONFIG_STACKSIZE (256 << 10) /* 256KB */ diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index cee65d1695e988f22d69cf6a98bd1ba4c91e1193..bb2a46310e483a3cb0fb39d65248c90f680e45a2 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -104,7 +104,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_SYS_PROMPT "Snapper> " /* I2C - Bit-bashed */ diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index e7f5a0d0f185557c6ace289728b4a75f6014f277..cbaa643e746cf113d3119082401ff280810d046a 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -151,8 +151,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/svm_sc8xx.h b/include/configs/svm_sc8xx.h index 22486807f44c127a8ce7baba24f2326c45438f4a..0d939eeb7736988064837e2237809564da739410 100644 --- a/include/configs/svm_sc8xx.h +++ b/include/configs/svm_sc8xx.h @@ -177,8 +177,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/tb0229.h b/include/configs/tb0229.h index fc2b57d11a4170d2d0733c1805133b76614d61e5..4ef835ecb1c62381dad9fb1f9801be431df4ce8b 100644 --- a/include/configs/tb0229.h +++ b/include/configs/tb0229.h @@ -38,8 +38,6 @@ #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #define CONFIG_PREBOOT "echo;" \ diff --git a/include/configs/tnetv107x_evm.h b/include/configs/tnetv107x_evm.h index 7c3f33427c4ca0b47dced4297fd7c444fd80ea90..2dd1a33ca6a6b875d3e47922349e5e302e26ff90 100644 --- a/include/configs/tnetv107x_evm.h +++ b/include/configs/tnetv107x_evm.h @@ -71,7 +71,6 @@ #define CONFIG_SYS_NS16550_CLK clk_get_rate(TNETV107X_LPSC_UART1) #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* Flash and environment info */ #define CONFIG_SYS_NO_FLASH diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index 0043926ee6a792fb1908f813215c3e17c15626d2..def5306012626748625d1dfbfdb544c5960f237c 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -75,7 +75,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_BOOTDELAY 3 diff --git a/include/configs/top9000.h b/include/configs/top9000.h index 2c66f33d895d1e9ecd3d9e90b837a5b9b9556ca3..1a5f680682ebd92d5ba8a7617765e40733b6a7e1 100644 --- a/include/configs/top9000.h +++ b/include/configs/top9000.h @@ -90,7 +90,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } /* SD/MMC card */ #define CONFIG_MMC diff --git a/include/configs/trats.h b/include/configs/trats.h index 5e38de2bc82a705a39abc3dda44c2e9c003d2ba4..2d0a1b163fa2516c037ff8844f6efc38af443a1e 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -166,9 +166,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* Stack sizes */ #define CONFIG_STACKSIZE (256 << 10) /* regular stack 256KB */ diff --git a/include/configs/trizepsiv.h b/include/configs/trizepsiv.h index af464e1bea3d68c20fe7d41fca009ea8defce1ce..c020ff4eecdef7f7f35ddcfe46c464913d539d3f 100644 --- a/include/configs/trizepsiv.h +++ b/include/configs/trizepsiv.h @@ -172,9 +172,6 @@ #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_CPUSPEED 0x207 /* need to look more closely, I think this is Turbo = 2x, L=91Mhz */ - /* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #ifdef CONFIG_MMC #define CONFIG_PXA_MMC #define CONFIG_CMD_MMC diff --git a/include/configs/tt01.h b/include/configs/tt01.h index 2623dbcbf8653a88965e92b35e4a79f7f2888437..9c1d5259cd042475ef5f76165f7942c452affa4e 100644 --- a/include/configs/tt01.h +++ b/include/configs/tt01.h @@ -171,7 +171,6 @@ /* console is UART2 on TT-01 */ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /* ethernet setup for the onboard smc9118 */ #define CONFIG_MII diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 3dfafa50775efb861189293c464c343b2384f80a..6821528971fb255b74822ed72df16a5c469eb450 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -93,7 +93,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #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 } #define CONFIG_MXC_GPIO diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index 95028de059d851a081b2ba8ab75f5dd29f0cbc2e..2cfbec82b8ea28f681202a1fc9b26aebf5633677 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -70,7 +70,6 @@ (void *)CFG_SERIAL2 } #define CONFIG_CONS_INDEX 2 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Devices and file systems diff --git a/include/configs/uc100.h b/include/configs/uc100.h index 9da318d4278ba0fb6b9e70cd3f777321fbdf7810..62ef2c5ed4aef7b86d0a9cc9a51bf5a1bc11199b 100644 --- a/include/configs/uc100.h +++ b/include/configs/uc100.h @@ -182,8 +182,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ /* diff --git a/include/configs/utx8245.h b/include/configs/utx8245.h index 1e59ef37a2994ce903f133f511d008a1f84c847e..d203bb4dd7fc3fa35eabeea467412534692c4da6 100644 --- a/include/configs/utx8245.h +++ b/include/configs/utx8245.h @@ -58,7 +58,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 57600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_BOOTDELAY 2 #define CONFIG_AUTOBOOT_PROMPT "autoboot in %d seconds\n", bootdelay diff --git a/include/configs/v37.h b/include/configs/v37.h index a3fdc38ae1fb455c99f40f7adbeb2a8bf971fa26..e36d2491cc66a3fc5ba7f397555b9fc2ef722be4 100644 --- a/include/configs/v37.h +++ b/include/configs/v37.h @@ -142,8 +142,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/vct.h b/include/configs/vct.h index 9ddc7b1b67bcbf5c53783a11ffb0dcb9e72c6140..0a5ce6459cd4941ee7eb016ac9accd237bef1b49 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -74,7 +74,6 @@ #define CONFIG_CONS_INDEX 1 #define CONFIG_SYS_NS16550_CLK 921600 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * SDRAM diff --git a/include/configs/versatile.h b/include/configs/versatile.h index bb835e084d213e7a3963fda181b33332d86aa920..ff23a92d919b342abbe5e19f4910ba15ec63059c 100644 --- a/include/configs/versatile.h +++ b/include/configs/versatile.h @@ -93,7 +93,6 @@ #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_SERIAL0 0x101F1000 #define CONFIG_SYS_SERIAL1 0x101F2000 diff --git a/include/configs/virtlab2.h b/include/configs/virtlab2.h index 466d930b98305bcd59267fb11f04044d33b99a18..bf882b0746111f507c8c6ea75f6f0408ee042b88 100644 --- a/include/configs/virtlab2.h +++ b/include/configs/virtlab2.h @@ -160,8 +160,6 @@ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) diff --git a/include/configs/vision2.h b/include/configs/vision2.h index f6904f3f6ab11e29f575896d38cdbcdfa654e331..76ab1bd2e69f72cef3b43a7893ed952de9f04f9c 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -136,7 +136,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 3 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} /*********************************************************** * Command definition diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 7802f4449d16d7450ec2f0c95b0feaab41afdd63..ed18dbeb3268e8c90f49c1c6751e9af50dcdea7a 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -76,7 +76,6 @@ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Bootloader Components Configuration diff --git a/include/configs/xaeniax.h b/include/configs/xaeniax.h index 941f80cb974daae8c6ce29e40f3386c3461bdfb0..a0cc2478b2db8af617099b0d8ba0d1731a7dfd21 100644 --- a/include/configs/xaeniax.h +++ b/include/configs/xaeniax.h @@ -67,9 +67,6 @@ #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* valid baudrates */ - - /* * BOOTP options */ diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index afe1e891ddaf415b5c5691d1138e5f946a7d3637..cacf7ea6c0fef64fd61a81e7d6345e700ce18651 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -67,7 +67,6 @@ #define CONFIG_PXA_SERIAL #define CONFIG_STUART 1 #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Bootloader Components Configuration diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index d7ce6c64de6d35c5fef18c04e57f334515b7dea8..4573149dedd243a683ecca3abd22d000f77bc34b 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -69,7 +69,6 @@ #define CONFIG_MXC_UART_BASE UART2_BASE #define CONFIG_CONS_INDEX 1 /* use UART2 for console */ #define CONFIG_BAUDRATE 115200 /* Default baud rate */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Ethernet diff --git a/mkconfig b/mkconfig index 438530b567863c638d4a21fa38ab1688370ec527..daa1810e72f18726e3bded96d82a61c0784c3012 100755 --- a/mkconfig +++ b/mkconfig @@ -167,6 +167,7 @@ cat << EOF >> config.h #include #include #include +#include EOF exit 0