[PATCH v1 3/8] spl: mmc: split spl_mmc_do_fs_boot into regular/os_boot
Tom Rini
trini at konsulko.com
Tue Sep 16 20:32:53 CEST 2025
On Tue, Sep 16, 2025 at 04:28:51PM +0530, Anshul Dalal wrote:
> Currently the logic to handle falcon mode as well as the regular boot is
> inside spl_mmc_do_fs_boot, this prevents us from cleanly extending
> falcon mode functionality like toggleable fallback to U-Boot proper.
>
> Therefore this patch splits the logic into spl_mmc_fs_load and
> spl_mmc_fs_load_os to handle the regular boot and falcon mode use case.
>
> Signed-off-by: Anshul Dalal <anshuld at ti.com>
[snip]
> + printf("%s, Failed to load falcon payload: %d\n", __func__,
> + ret);
> + printf("Fallback to U-Boot\n");
These are new. Do we really need to be adding them?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250916/a00e7676/attachment.sig>
More information about the U-Boot
mailing list