diff options
author | Thomas Chou | 2015-11-19 21:48:09 +0800 |
---|---|---|
committer | Tom Rini | 2015-11-21 21:50:15 -0500 |
commit | fcd3367ce93717eb1ef6f311fd2e8bf8ecb31f54 (patch) | |
tree | 01cdb72ec60b02dec4c4fdfc524da85d2519ff7a /include | |
parent | 98a51fc3d767a49195e3cfc2061849b77e3563db (diff) |
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')
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 2b2c0607826..2083ea2e956 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 |