diff mbox series

[U-Boot,5/5] arm64: versal: remove debug uart for versal virt

Message ID f2fe83e6fd87f5908cc8169dae21ba0cdd910956.1570098813.git.michal.simek@xilinx.com
State Accepted
Commit bcaa0e3302e384ad65c352b385678acdf3f20c0a
Delegated to: Michal Simek
Headers show
Series xilinx: Introduce Zynq/ZynqMP virtual defconfig | expand

Commit Message

Michal Simek Oct. 3, 2019, 10:33 a.m. UTC
From: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com>

Remove the debug uart configuration from versal virtual defconfig.

Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_versal_virt_defconfig | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 75f8b983080d..a93588fc1a30 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -2,10 +2,7 @@  CONFIG_ARM=y
 CONFIG_ARCH_VERSAL=y
 CONFIG_SYS_TEXT_BASE=0x8000000
 CONFIG_SYS_MALLOC_F_LEN=0x8000
-CONFIG_DEBUG_UART_BASE=0xff000000
-CONFIG_DEBUG_UART_CLOCK=0
 CONFIG_COUNTER_FREQUENCY=62500000
-CONFIG_DEBUG_UART=y
 CONFIG_ENV_VARS_UBOOT_CONFIG=y
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
@@ -67,8 +64,6 @@  CONFIG_PHY_FIXED=y
 CONFIG_PHY_GIGE=y
 CONFIG_MII=y
 CONFIG_ZYNQ_GEM=y
-CONFIG_DEBUG_UART_PL011=y
-CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_PL01X_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y