mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 11:41:31 +00:00
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>
This commit is contained in:
parent
0bd685d280
commit
36866acdb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue