summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadmarao Begari <[email protected]>2025-12-03 08:35:48 +0100
committerMichal Simek <[email protected]>2025-12-19 08:25:27 +0100
commit3af56e2e55fc03c9453d79374f9dd9f0fff6ec41 (patch)
treeb52a4546dd86c5fbce51d7a21c0acc6d8209b6ac
parent794cbdb08c65152c0114ec724fa800d87a845324 (diff)
xilinx: mbv: Remove debug UART support
Remove debug UART support as it is intended for development and debugging purposes, and should not be enabled in production builds. Signed-off-by: Padmarao Begari <[email protected]> Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/6eaad47c30990ffd230d21c7158bc7234cda1752.1764747346.git.michal.simek@amd.com
-rw-r--r--configs/xilinx_mbv32_defconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig
index d10517094c6..9e3c44352a1 100644
--- a/configs/xilinx_mbv32_defconfig
+++ b/configs/xilinx_mbv32_defconfig
@@ -12,11 +12,8 @@ CONFIG_SYS_BOOTM_LEN=0x800000
CONFIG_SYS_LOAD_ADDR=0x80200000
CONFIG_SPL_SIZE_LIMIT=0x40000
CONFIG_SPL=y
-CONFIG_DEBUG_UART_BASE=0x40600000
-CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_SYS_CLK_FREQ=100000000
CONFIG_BOOT_SCRIPT_OFFSET=0x0
-CONFIG_DEBUG_UART=y
CONFIG_TARGET_XILINX_MBV=y
# CONFIG_RISCV_ISA_F is not set
# CONFIG_SPL_SMP is not set
@@ -40,8 +37,6 @@ CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_DM_MTD=y
CONFIG_DM_RTC=y
CONFIG_RTC_EMULATION=y
-CONFIG_DEBUG_UART_ANNOUNCE=y
-CONFIG_DEBUG_UART_SKIP_INIT=y
CONFIG_XILINX_UARTLITE=y
CONFIG_XILINX_TIMER=y
# CONFIG_BINMAN_FDT is not set