summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2024-02-23 10:50:17 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-02-23 11:49:49 +0300
commit66d87abc45d5fcbe210bfe816847e7db861a2043 (patch)
treea18472cf6cb629502a065303a67d6152587a2d9e /configs
parentf1b1c9ad3e64a9ac868042e898153b11828a5ea9 (diff)
downloadu-boot-66d87abc45d5fcbe210bfe816847e7db861a2043.tar.xz
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 <yingpeng.liu@starfivetech.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/starfive_devkits_defconfig2
-rw-r--r--configs/starfive_evb_defconfig2
-rw-r--r--configs/starfive_visionfive2_defconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/starfive_devkits_defconfig b/configs/starfive_devkits_defconfig
index 3774c07cdf..5105b62263 100644
--- a/configs/starfive_devkits_defconfig
+++ b/configs/starfive_devkits_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-devkits.dtb"
+CONFIG_DEFAULT_FDT_FILE="jh7110-devkits-v2.dtb"
CONFIG_LOG_MAX_LEVEL=4
CONFIG_SPL_LOG=y
CONFIG_DISPLAY_CPUINFO=y
diff --git a/configs/starfive_evb_defconfig b/configs/starfive_evb_defconfig
index 1f2b15ef5f..718480795a 100644
--- a/configs/starfive_evb_defconfig
+++ b/configs/starfive_evb_defconfig
@@ -32,7 +32,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-evb.dtb"
+CONFIG_DEFAULT_FDT_FILE="jh7110-evb.dtb"
CONFIG_LOG_MAX_LEVEL=4
CONFIG_SPL_LOG=y
CONFIG_DISPLAY_CPUINFO=y
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