From: Jamie Gibbons Date: Tue, 2 Sep 2025 10:10:59 +0000 (+0100) Subject: configs/microchip_mpfs_generic_defconfig: add board X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b3a0ab138696c346bd78a064d9bfd9bc68a9a67;p=thirdparty%2Fu-boot.git configs/microchip_mpfs_generic_defconfig: add board Add board support for MPFS video kit. Signed-off-by: Jamie Gibbons Reviewed-by: Leo Yu-Chi Liang --- diff --git a/configs/microchip_mpfs_generic_defconfig b/configs/microchip_mpfs_generic_defconfig index 0ed0cae93eb..22f67414a7c 100644 --- a/configs/microchip_mpfs_generic_defconfig +++ b/configs/microchip_mpfs_generic_defconfig @@ -22,6 +22,9 @@ CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y CONFIG_SYS_PROMPT="RISC-V # " CONFIG_OF_UPSTREAM=y +CONFIG_OF_BOARD=y +CONFIG_OF_LIST="microchip/mpfs-icicle-kit microchip/mpfs-sev-kit" +CONFIG_MULTI_DTB_FIT=y CONFIG_ENV_OVERWRITE_ETHADDR_ONCE=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_BOOTP_SEND_HOSTNAME=y