commit | d8b46d12d1fc9d45b73d34c3580ce24db5a91f28 | [log] [tgz] |
---|---|---|
author | Anshul Dalal <anshuld@ti.com> | Tue Apr 15 15:22:24 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 24 08:24:21 2025 -0600 |
tree | 65f66bb3b342db900eec63dccdc764e67660d243 | |
parent | 265f41e79052bf19b90e3b4c0593bc618099823c [diff] |
mach-k3: add eMMC FS boot support for am62[ap] This makes spl_mmc_boot_mode consistent across am62x, 62a and 62p. If MMCSD_MODE_EMMCBOOT is returned, FS boot fails since it checks for FS on the hardware partitions, not the UDA. So to allow FS boot from EMMC, the function should return MMCSD_MODE_FS instead which allows us to read from FS on the UDA. Signed-off-by: Anshul Dalal <anshuld@ti.com>