From: Conor Dooley Date: Mon, 7 Jul 2025 12:51:39 +0000 (+0100) Subject: configs: microchip_mpfs_icicle: disable DEBUG_UART X-Git-Tag: v2025.10-rc1~54^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4675216c7a39b13b9f2e4812727ed80582d9a5be;p=thirdparty%2Fu-boot.git configs: microchip_mpfs_icicle: disable DEBUG_UART By default DEBUG_UART uses the SBI DBCN extension on S-Mode RISC-V platforms, but the Icicle Kit's firmware doesn't support it. Since DEBUG_UART is getting turned on automagically and this is somewhat misleading, disable it in the Icicle kit's defconfig. Signed-off-by: Conor Dooley Reviewed-by: Leo Yu-Chi Liang --- diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig index bb110225488..6937aa224a1 100644 --- a/configs/microchip_mpfs_icicle_defconfig +++ b/configs/microchip_mpfs_icicle_defconfig @@ -7,6 +7,7 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="microchip/mpfs-icicle-kit" CONFIG_SYS_LOAD_ADDR=0x80200000 CONFIG_SYS_MEM_TOP_HIDE=0x400000 +# CONFIG_DEBUG_UART is not set CONFIG_TARGET_MICROCHIP_ICICLE=y CONFIG_ARCH_RV64I=y CONFIG_RISCV_SMODE=y