summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 21:48:09 +0800
committerTom Rini <trini@konsulko.com>2015-11-21 21:50:15 -0500
commitfcd3367ce93717eb1ef6f311fd2e8bf8ecb31f54 (patch)
tree01cdb72ec60b02dec4c4fdfc524da85d2519ff7a /include/configs
parent98a51fc3d767a49195e3cfc2061849b77e3563db (diff)
downloadtalos-obmc-uboot-fcd3367ce93717eb1ef6f311fd2e8bf8ecb31f54.tar.gz
talos-obmc-uboot-fcd3367ce93717eb1ef6f311fd2e8bf8ecb31f54.zip
ns16550: unify serial_keystone
Unify serial_keystone, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ti_armv7_keystone2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 2b2c060782..2083ea2e95 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -64,7 +64,7 @@
#define CONFIG_SYS_NS16550_SERIAL
#define CONFIG_SYS_NS16550_REG_SIZE -4
#else
-#define CONFIG_KEYSTONE_SERIAL
+#define CONFIG_NS16550_SERIAL
#endif
#define CONFIG_SYS_NS16550_COM1 KS2_UART0_BASE
#define CONFIG_SYS_NS16550_COM2 KS2_UART1_BASE
OpenPOWER on IntegriCloud