diff options
| author | Judith Mendez <[email protected]> | 2024-12-20 14:37:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-02 11:05:38 -0600 |
| commit | 20c35e8ac84270a58fa9c422f9409bfa90258965 (patch) | |
| tree | 11cb4a9e25f11b2a3f02051a15d9c4540d4b7e48 | |
| parent | 9cdb04101d9fd84a66990c1963bf44c9c9e5a365 (diff) | |
configs: am62ax_evm_a53_defconfig: Enable SUPPORT_EMMC_BOOT
Enable SUPPORT_EMMC_BOOT to help support eMMC boot on am62ax
device.
Signed-off-by: Judith Mendez <[email protected]>
| -rw-r--r-- | configs/am62ax_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index 5e80c68605c..ad448feafeb 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -69,6 +69,7 @@ CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y CONFIG_DM_MAILBOX=y CONFIG_K3_SEC_PROXY=y +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_IO_VOLTAGE=y CONFIG_SPL_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y |
