From: Hal Feng Date: Sun, 8 Dec 2024 09:19:38 +0000 (+0800) Subject: configs: visionfive2: Enable MULTI_DTB_FIT for JH7110 based board DT X-Git-Tag: v2025.04-rc1~17^2~41^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0afca0129db699798228dcadbac7a0a63771929;p=pandora-u-boot.git configs: visionfive2: Enable MULTI_DTB_FIT for JH7110 based board DT So JH7110 based boards can select their own DT at runtime. Tested-by: Anand Moon Tested-by: E Shattow Reviewed-by: E Shattow Signed-off-by: Hal Feng --- diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig index cb86582fd6b..96056c50c84 100644 --- a/configs/starfive_visionfive2_defconfig +++ b/configs/starfive_visionfive2_defconfig @@ -79,6 +79,8 @@ CONFIG_CMD_WDT=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_BOARD=y +CONFIG_OF_LIST="starfive/jh7110-milkv-mars starfive/jh7110-pine64-star64 starfive/jh7110-starfive-visionfive-2-v1.2a starfive/jh7110-starfive-visionfive-2-v1.3b" +CONFIG_MULTI_DTB_FIT=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_SECT_SIZE_AUTO=y