Browse Source

configs: starfive_visionfive2: Set default fdt file to "jh7110-starfive-visionfive-2-v1.3b.dtb"

Change the default fdt file from "jh7110-visionfive-v2.dtb"
to "jh7110-starfive-visionfive-2-v1.3b.dtb", for sync with
linux mainline.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Hal Feng 2 months ago
parent
commit
36866acdb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configs/starfive_visionfive2_defconfig

+ 1 - 1
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="jh7110-visionfive-v2.dtb"
+CONFIG_DEFAULT_FDT_FILE="jh7110-starfive-visionfive-2-v1.3b.dtb"
 CONFIG_LOG_MAX_LEVEL=4
 CONFIG_SPL_LOG=y
 CONFIG_DISPLAY_CPUINFO=y