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 /configs/tb100_defconfig | |
parent | 01496c4fac227221e67d93cb9cc14f48fb98a2b6 (diff) | |
download | u-boot-09424d11192cffd4793b7bc922c5b47d4fe88a4d.zip u-boot-09424d11192cffd4793b7bc922c5b47d4fe88a4d.tar.gz u-boot-09424d11192cffd4793b7bc922c5b47d4fe88a4d.tar.bz2 |
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 'configs/tb100_defconfig')
-rw-r--r-- | configs/tb100_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/tb100_defconfig b/configs/tb100_defconfig index c964272..59f09d9 100644 --- a/configs/tb100_defconfig +++ b/configs/tb100_defconfig @@ -1,5 +1,10 @@ CONFIG_ARC=y CONFIG_ARC_CACHE_LINE_SHIFT=5 CONFIG_TARGET_TB100=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_DEFAULT_DEVICE_TREE="abilis_tb100" CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_SYS_CLK_FREQ=500000000 +CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y |