Browse Source

starfive: fix default FDT file location

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>
Baptiste Jonglez 2 years ago
parent
commit
d87e4ef246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configs/starfive_jh7100_visionfive_smode_defconfig

+ 1 - 1
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