summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-17 19:41:22 -0600
committerMichal Simek <michal.simek@xilinx.com>2015-11-04 14:49:52 +0100
commitc54c0a4c1c745a009565ceb2a5c564d4d9418476 (patch)
treed618bbdabefcc0db7cccbbafdbb2f3b7e04fc75a /configs
parentbd44758a41b6d38b865e0bc0b1751c6129c1ec2b (diff)
downloadblackbird-obmc-uboot-c54c0a4c1c745a009565ceb2a5c564d4d9418476.tar.gz
blackbird-obmc-uboot-c54c0a4c1c745a009565ceb2a5c564d4d9418476.zip
arm: zynq: Support the debug UART
Add support for the debug UART to assist with early debugging. Enable it for Zybo as an example. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/zynq_zybo_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/zynq_zybo_defconfig b/configs/zynq_zybo_defconfig
index fc251dce4d..b7531d6acb 100644
--- a/configs/zynq_zybo_defconfig
+++ b/configs/zynq_zybo_defconfig
@@ -11,3 +11,7 @@ CONFIG_FIT_SIGNATURE=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_SEPARATE=y
CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_ZYNQ=y
+CONFIG_DEBUG_UART_BASE=0xe0001000
+CONFIG_DEBUG_UART_CLOCK=50000000
OpenPOWER on IntegriCloud