summaryrefslogtreecommitdiffstats
path: root/include/configs/rk3036_common.h
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 /include/configs/rk3036_common.h
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 'include/configs/rk3036_common.h')
-rw-r--r--include/configs/rk3036_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h
index f753e684a6..d22ea74136 100644
--- a/include/configs/rk3036_common.h
+++ b/include/configs/rk3036_common.h
@@ -24,6 +24,8 @@
#define CONFIG_SYS_TIMER_BASE 0x200440a0 /* TIMER5 */
#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8)
+#define CONFIG_SPL_SERIAL_SUPPORT
+
#define CONFIG_SYS_NS16550
#define CONFIG_SYS_NS16550_MEM32
OpenPOWER on IntegriCloud