]> Git Repo - J-u-boot.git/commitdiff
riscv: spl: add FIT name for RISC-V Falcon mode
authorRandolph <[email protected]>
Fri, 13 Dec 2024 06:51:16 +0000 (14:51 +0800)
committerLeo Yu-Chi Liang <[email protected]>
Wed, 18 Dec 2024 05:19:16 +0000 (13:19 +0800)
The FIT name in RISC-V Falcon mode should be different from that in
normal boot mode; it is called linux.itb. If the setting is missing
in common/spl, the normal boot file name will be used.

Signed-off-by: Randolph <[email protected]>
common/spl/Kconfig

index 240543c9c7e7840044f2fcd058f6ce5d3b8d94f5..4e56d9909c80f8e888034df4a5098d1bb288d9a0 100644 (file)
@@ -751,6 +751,7 @@ config SPL_FS_LOAD_PAYLOAD_NAME
        depends on SPL_FS_EXT4 || SPL_FS_FAT || SPL_FS_SQUASHFS || SPL_SEMIHOSTING
        default "tispl.bin" if SYS_K3_SPL_ATF
        default "u-boot.itb" if SPL_LOAD_FIT
+       default "linux.itb" if SPL_LOAD_FIT_OPENSBI_OS_BOOT
        default "u-boot.img"
        help
          Filename to read to load U-Boot when reading from filesystem.
This page took 0.028715 seconds and 4 git commands to generate.