diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-11-19 21:48:10 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-21 21:50:16 -0500 |
commit | ace59da1370215a478bce791622cf8913157b9b5 (patch) | |
tree | 3591ab815caeb62923c3f93f986f8e8e7f0c7ec1 /include/configs/sunxi-common.h | |
parent | fcd3367ce93717eb1ef6f311fd2e8bf8ecb31f54 (diff) | |
download | u-boot-ace59da1370215a478bce791622cf8913157b9b5.tar.gz |
ns16550: unify serial_dw
Unify serial_dw, 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/sunxi-common.h')
-rw-r--r-- | include/configs/sunxi-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index d7d5d25c0b..f560219881 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -46,7 +46,7 @@ /* ns16550 reg in the low bits of cpu reg */ #define CONFIG_SYS_NS16550_CLK 24000000 #ifdef CONFIG_DM_SERIAL -# define CONFIG_DW_SERIAL +# define CONFIG_NS16550_SERIAL #else # define CONFIG_SYS_NS16550_REG_SIZE -4 # define CONFIG_SYS_NS16550_COM1 SUNXI_UART0_BASE |