]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: am62[ap]x_evm_r5: enable SUPPORT_EMMC_BOOT
authorBryan Brattlof <bb@ti.com>
Fri, 26 Dec 2025 23:03:26 +0000 (17:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Jan 2026 15:07:13 +0000 (09:07 -0600)
When unifying the SD/eMMC boot behavior between the different AM62*
reference boards we missed enabling SUPPORT_EMMC_BOOT. This causes the
SPL in tiboot3.bin to look for the tispl.bin in the UDA partition in the
eMMC and fail.

Enable SUPPORT_EMMC_BOOT at the tiboot3 stage to load the next boot
binary from the active boot partition when in RAW MMC boot modes.

Fixes: 3b7893145e36 ("mach-k3: add eMMC FS boot support for am62[ap]")
Signed-off-by: Bryan Brattlof <bb@ti.com>
configs/am62ax_evm_r5_defconfig
configs/am62px_evm_r5_defconfig

index 9336392a5ed646b9242578ee6fdb0d539f534423..36bd340305d8a4584b9a4296f83fb1a584d1c7f2 100644 (file)
@@ -78,6 +78,7 @@ CONFIG_SYS_I2C_OMAP24XX=y
 CONFIG_DM_MAILBOX=y
 CONFIG_K3_SEC_PROXY=y
 CONFIG_ESM_K3=y
+CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ADMA=y
 CONFIG_SPL_MMC_SDHCI_ADMA=y
index 48ee2aad8f46c3bd5dcf8da1fd0103cd45837030..378ba21137ed5c7a1bd7cfb506a982f1b324a587 100644 (file)
@@ -85,6 +85,7 @@ CONFIG_SYS_I2C_OMAP24XX=y
 CONFIG_DM_MAILBOX=y
 CONFIG_K3_SEC_PROXY=y
 CONFIG_ESM_K3=y
+CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_MMC_HS400_SUPPORT=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ADMA=y