diff options
author | Nishanth Menon | 2023-08-25 13:02:59 -0500 |
---|---|---|
committer | Tom Rini | 2023-09-08 10:07:12 -0400 |
commit | e91134720a826ccbd565660fe64f967cca1d1682 (patch) | |
tree | 7136c58c9f0b2771cb1e8ca349a39da1493c91e0 /configs/am62x_evm_r5_defconfig | |
parent | 8b5c4cd78db35a125fb1d9937f36472202efd303 (diff) |
configs: am62x_evm*: Enable EMMC_BOOT configuration
Enable EMMC boot support for AM62x evm base configuration.
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'configs/am62x_evm_r5_defconfig')
-rw-r--r-- | configs/am62x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_r5_defconfig b/configs/am62x_evm_r5_defconfig index 3c5f3672984..489ee943fe3 100644 --- a/configs/am62x_evm_r5_defconfig +++ b/configs/am62x_evm_r5_defconfig @@ -92,6 +92,7 @@ CONFIG_DM_MAILBOX=y CONFIG_K3_SEC_PROXY=y CONFIG_SPL_MISC=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 |