diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2023-08-02 15:14:13 +0200 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 20:02:45 +0900 |
commit | 831cffa3aaee759654b4d149dc17e685b4aa3f76 (patch) | |
tree | 5e237b308fc8d6c7e340dbe88fa6cb33b0a5dda6 /configs | |
parent | abd5769b7fbb4b8cc10c861adae4abebd79efe7f (diff) | |
download | u-boot-831cffa3aaee759654b4d149dc17e685b4aa3f76.tar.gz u-boot-831cffa3aaee759654b4d149dc17e685b4aa3f76.tar.bz2 u-boot-831cffa3aaee759654b4d149dc17e685b4aa3f76.zip |
samsung: tizen_riscv: add dedicated bootcmd for Tizen
Compile in bootcmd and other scripts previously in uEnv.txt
The default value of bootcmd environment variable cannot be overriden
in platform specific header files. It needs to be set in .config.
Change-Id: I1c5430895911fc9a499f79a6e9575ed2ad4e833f
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tizen_starfive_visionfive2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tizen_starfive_visionfive2_defconfig b/configs/tizen_starfive_visionfive2_defconfig index d73aa63535..e407f65257 100644 --- a/configs/tizen_starfive_visionfive2_defconfig +++ b/configs/tizen_starfive_visionfive2_defconfig @@ -26,6 +26,7 @@ CONFIG_QSPI_BOOT=y CONFIG_SD_BOOT=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 debug rootwait earlycon=sbi" +CONFIG_BOOTCOMMAND="load ${bootdevtype} ${bootdevnum}:${bootpart} ${scriptaddr} ${prefix}${script}; devtype=${bootdevtype}; devnum=${bootdevnum}; distro_bootpart=${bootpart}; source ${scriptaddr}" CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr};fdt addr ${fdtcontroladdr};" CONFIG_DEFAULT_FDT_FILE="jh7110-starfive-visionfive-2-v1.3b.dtb" |