summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-04-05 06:21:46 +0000
committerTom Rini <trini@ti.com>2013-04-08 11:40:59 -0400
commitdd2445ec1b839a5ca61ff8438a5b7aebb21b7986 (patch)
tree5c3f8a1ae90fed07e423d7b6b25442066061ab2f /include/configs
parent9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f (diff)
downloadblackbird-obmc-uboot-dd2445ec1b839a5ca61ff8438a5b7aebb21b7986.tar.gz
blackbird-obmc-uboot-dd2445ec1b839a5ca61ff8438a5b7aebb21b7986.zip
omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE
Cc: Sricharan R <r.sricharan@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/omap5_common.h3
1 files changed, 1 insertions, 2 deletions
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
OpenPOWER on IntegriCloud