Dear Fabio Estevam, > The baudrate is already defined by CONFIG_BAUDRATE and there is no need > to keep CONFIG_SYS_BAUDRATE_TABLE. > > Signed-off-by: Fabio Estevam <[email protected]> > --- > include/configs/mx23evk.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h > index 51aa9c4..e43b93f 100644 > --- a/include/configs/mx23evk.h > +++ b/include/configs/mx23evk.h > @@ -110,7 +110,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 }
This will not allow different baudrates now, will it? Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

