]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: microchip_mpfs_icicle: disable DEBUG_UART
authorConor Dooley <conor.dooley@microchip.com>
Mon, 7 Jul 2025 12:51:39 +0000 (13:51 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jul 2025 06:37:29 +0000 (14:37 +0800)
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 <conor.dooley@microchip.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/microchip_mpfs_icicle_defconfig

index bb1102254883230640aecc70556155046cd689dd..6937aa224a13623671f803a5910e039b1bd47b4b 100644 (file)
@@ -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