From 4675216c7a39b13b9f2e4812727ed80582d9a5be Mon Sep 17 00:00:00 2001 From: Conor Dooley Date: Mon, 7 Jul 2025 13:51:39 +0100 Subject: [PATCH] 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 --- configs/microchip_mpfs_icicle_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2