summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Brodkin <[email protected]>2015-03-27 13:24:35 +0300
committerAlexey Brodkin <[email protected]>2015-04-03 09:47:49 +0300
commit09424d11192cffd4793b7bc922c5b47d4fe88a4d (patch)
tree3329d161f294ececf2a516e8b0d2ffa6cbbb9c43 /include
parent01496c4fac227221e67d93cb9cc14f48fb98a2b6 (diff)
board: Switch Abilis TB-100 board to Driver Model for serial port
Signed-off-by: Alexey Brodkin <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tb100.h6
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
/*