summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-12-13 21:37:00 -0700
committerSimon Glass <sjg@chromium.org>2016-01-12 10:19:09 -0700
commit9b20519887ab39b389cd3e178c11d5bdb19c92e6 (patch)
treee9acea10b7bc1f18f542b7f3949b2a9c33ed931a /configs
parentb7e29834f1a820417d735833327f776c148cd399 (diff)
downloadblackbird-obmc-uboot-9b20519887ab39b389cd3e178c11d5bdb19c92e6.tar.gz
blackbird-obmc-uboot-9b20519887ab39b389cd3e178c11d5bdb19c92e6.zip
rockchip: Use the debug UART on rk3036
Rather than using a new debug UART implementation, use the standard one provided by U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'configs')
-rw-r--r--configs/evb-rk3036_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/evb-rk3036_defconfig b/configs/evb-rk3036_defconfig
index 2e915ff05c..c196bd6f76 100644
--- a/configs/evb-rk3036_defconfig
+++ b/configs/evb-rk3036_defconfig
@@ -24,3 +24,9 @@ CONFIG_DM_MMC=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_NS16550=y
+CONFIG_DEBUG_UART_BASE=0x20068000
+CONFIG_DEBUG_UART_CLOCK=24000000
+CONFIG_DEBUG_UART_SHIFT=2
+# CONFIG_SPL_SERIAL_PRESENT is not set
OpenPOWER on IntegriCloud