From: Michal Simek Date: Fri, 15 Dec 2017 06:46:12 +0000 (+0100) Subject: arm: zynq: Enable debug console for zc770-xm011 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4211be04eb31f2bc6660f65552c0c7bb99abe547;p=thirdparty%2Fu-boot.git arm: zynq: Enable debug console for zc770-xm011 Wire debug console which is useful for early debugging. Signed-off-by: Michal Simek --- diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig index 409eef73e40..0364b89b77d 100644 --- a/configs/zynq_zc770_xm011_defconfig +++ b/configs/zynq_zc770_xm011_defconfig @@ -32,3 +32,8 @@ CONFIG_DM_MMC=y CONFIG_NAND_ZYNQ=y CONFIG_DM_ETH=y CONFIG_ZYNQ_GEM=y +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ZYNQ=y +CONFIG_DEBUG_UART_BASE=0xe0001000 +CONFIG_DEBUG_UART_CLOCK=50000000 +CONFIG_DEBUG_UART_ANNOUNCE=y