From: Randolph Date: Fri, 13 Dec 2024 06:51:16 +0000 (+0800) Subject: riscv: spl: add FIT name for RISC-V Falcon mode X-Git-Tag: v2025.04-rc1~17^2~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59241f8b1315168b7a8a2645c3d3fe73ea5d6d9;p=pandora-u-boot.git riscv: spl: add FIT name for RISC-V Falcon mode 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 --- diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 240543c9c7e..4e56d9909c8 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -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.