From 66d87abc45d5fcbe210bfe816847e7db861a2043 Mon Sep 17 00:00:00 2001 From: Hal Feng Date: Fri, 23 Feb 2024 15:50:17 +0800 Subject: Support specifying dtb in ${boot_syslinux_conf} With this patch, you can specify dtb to bootup kernel, using fdtdir in ${boot_syslinux_conf}. Generally boot_syslinux_conf=extlinux/extlinux.conf Signed-off-by: Yingpeng Liu Signed-off-by: Hal Feng --- configs/starfive_visionfive2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/starfive_visionfive2_defconfig') diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig index 05b072db34..cc892d486f 100644 --- a/configs/starfive_visionfive2_defconfig +++ b/configs/starfive_visionfive2_defconfig @@ -33,7 +33,7 @@ CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run sdk_boot_env; run distro_boot_env" CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="run chipa_set_uboot;" -CONFIG_DEFAULT_FDT_FILE="starfive/jh7110-visionfive-v2.dtb" +CONFIG_DEFAULT_FDT_FILE="jh7110-visionfive-v2.dtb" CONFIG_LOG_MAX_LEVEL=4 CONFIG_SPL_LOG=y CONFIG_DISPLAY_CPUINFO=y -- cgit v1.2.3