From: Tom Rini Date: Fri, 5 Apr 2013 06:21:46 +0000 (+0000) Subject: omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE X-Git-Tag: v2013.04-rc3~1^2~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd2445ec1b839a5ca61ff8438a5b7aebb21b7986;p=u-boot omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE Cc: Sricharan R Signed-off-by: Tom Rini --- diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index f5e575a429..2751627cf4 100644 --- a/include/configs/omap5_common.h +++ b/include/configs/omap5_common.h @@ -85,8 +85,7 @@ #define CONFIG_SYS_NS16550_COM3 UART3_BASE #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ - 115200} + /* I2C */ #define CONFIG_HARD_I2C #define CONFIG_SYS_I2C_SPEED 100000