diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-03-27 13:24:35 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-04-03 09:47:49 +0300 |
commit | 09424d11192cffd4793b7bc922c5b47d4fe88a4d (patch) | |
tree | 3329d161f294ececf2a516e8b0d2ffa6cbbb9c43 /include/configs/tb100.h | |
parent | 01496c4fac227221e67d93cb9cc14f48fb98a2b6 (diff) |
board: Switch Abilis TB-100 board to Driver Model for serial port
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tb100.h')
-rw-r--r-- | include/configs/tb100.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 46df40661da..501449a5817 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -35,14 +35,10 @@ /* * UART configuration */ -#define CONFIG_CONS_INDEX 1 +#define CONFIG_DW_SERIAL #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_CLK 166666666 -#define CONFIG_SYS_NS16550_COM1 0xFF100000 -#define CONFIG_SYS_NS16550_MEM32 - #define CONFIG_BAUDRATE 115200 /* |