mx23evk: Remove CONFIG_SYS_BAUDRATE_TABLE
The baudrate is already defined by CONFIG_BAUDRATE and there is no need to keep CONFIG_SYS_BAUDRATE_TABLE. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
291b3dcd49
commit
c4c25940b9
|
@ -112,7 +112,6 @@
|
||||||
#define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
|
#define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
|
||||||
#define CONFIG_CONS_INDEX 0
|
#define CONFIG_CONS_INDEX 0
|
||||||
#define CONFIG_BAUDRATE 115200 /* Default baud rate */
|
#define CONFIG_BAUDRATE 115200 /* Default baud rate */
|
||||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
|
|
||||||
|
|
||||||
/* DMA */
|
/* DMA */
|
||||||
#define CONFIG_APBH_DMA
|
#define CONFIG_APBH_DMA
|
||||||
|
|
Loading…
Reference in New Issue