summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2023-08-16 10:00:35 +0300
committerSamin Guo <samin.guo@starfivetech.com>2023-08-16 10:12:06 +0300
commit1f262420f254129f6be776086561057bc6bfaa41 (patch)
treea69d4380f46cfee9706c227bb3b56238e04b07e3
parent753a4ad8445caf268a49dd5930e7a6f4570e2ecc (diff)
downloadu-boot-1f262420f254129f6be776086561057bc6bfaa41.tar.xz
riscv: configs: vf2: Optimize boot commands
- Optimize boot commands for vf2 - fix CONFIG_DEFAULT_FDT_FILE Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
-rw-r--r--configs/starfive_visionfive2_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index 4b426d6ca7..ab97830688 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -29,10 +29,10 @@ CONFIG_SPI_BOOT=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi"
CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="run load_vf2_env;run importbootenv;run boot2; run scan_boot_dev; run load_distro_uenv;run distro_bootcmd"
+CONFIG_BOOTCOMMAND="run sdk_boot_env; run distro_boot_env"
CONFIG_USE_PREBOOT=y
-CONFIG_PREBOOT="run chipa_set_uboot;run mmcbootenv"
-CONFIG_DEFAULT_FDT_FILE="starfive/starfive_visionfive2.dtb"
+CONFIG_PREBOOT="run chipa_set_uboot;"
+CONFIG_DEFAULT_FDT_FILE="starfive/jh7110-visionfive-v2.dtb"
CONFIG_LOG_MAX_LEVEL=4
CONFIG_SPL_LOG=y
CONFIG_DISPLAY_CPUINFO=y