summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2022-05-30 10:36:02 +0300
committerMichaelZhuxx <78013124+MichaelZhuxx@users.noreply.github.com>2023-04-09 17:32:12 +0300
commitd87e4ef246a0ab4f7c2f6e5d8d4de6db22ea7367 (patch)
tree5cafb1331244805c94121511ca80c6f204a7446e
parentdf3534e3aeddf03b01a0ae0d97ab053d90ed003e (diff)
downloadu-boot-JH7100_upstream_devel.tar.xz
starfive: fix default FDT file locationJH7100_upstream_devel
In the Linux kernel source, the FDT is named "starfive/jh7100-starfive-visionfive-v1.dtb". Fix DEFAULT_FDT_FILE accordingly, this is necessary when using "fdtdir" in extlinux.conf. See https://github.com/starfive-tech/linux/tree/visionfive/arch/riscv/boot/dts/starfive Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
-rw-r--r--configs/starfive_jh7100_visionfive_smode_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/starfive_jh7100_visionfive_smode_defconfig b/configs/starfive_jh7100_visionfive_smode_defconfig
index a3663b830d..1c83f11db7 100644
--- a/configs/starfive_jh7100_visionfive_smode_defconfig
+++ b/configs/starfive_jh7100_visionfive_smode_defconfig
@@ -34,7 +34,7 @@ CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run distro_bootcmd"
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="run mmcbootenv"
-CONFIG_DEFAULT_FDT_FILE="starfive/jh7100-visionfive.dtb"
+CONFIG_DEFAULT_FDT_FILE="starfive/jh7100-starfive-visionfive-v1.dtb"
CONFIG_CONSOLE_RECORD=y
CONFIG_LOG_MAX_LEVEL=5
CONFIG_LOG_ERROR_RETURN=y