diff options
author | Samin Guo <samin.guo@starfivetech.com> | 2023-08-16 10:49:11 +0300 |
---|---|---|
committer | Samin Guo <samin.guo@starfivetech.com> | 2023-08-16 10:49:11 +0300 |
commit | a5c8183f220f0b40d769ae7b81b0f68554beb35a (patch) | |
tree | 0c944179270d6d7c3f9201a3a53fe70889c87d84 | |
parent | b46afd08fd56e2cec9763b9cac62cbd0a82588d0 (diff) | |
download | u-boot-a5c8183f220f0b40d769ae7b81b0f68554beb35a.tar.xz |
riscv: starfive: jh7110-evb: Optimize boot commands
- Optimize boot commands for jh7110-evb
- Add CONFIG_DEFAULT_FDT_FILE for debian boot
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
-rw-r--r-- | configs/starfive_evb_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/starfive_evb_defconfig b/configs/starfive_evb_defconfig index e7ce962c26..1e879dabb3 100644 --- a/configs/starfive_evb_defconfig +++ b/configs/starfive_evb_defconfig @@ -29,9 +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 mmcbootenv;run boot2" +CONFIG_BOOTCOMMAND="run sdk_boot_env; run distro_boot_env;" CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="run chipa_set_uboot" +CONFIG_DEFAULT_FDT_FILE="starfive/jh7110-evb.dtb" CONFIG_LOG_MAX_LEVEL=4 CONFIG_SPL_LOG=y CONFIG_DISPLAY_CPUINFO=y |