diff options
| author | Judith Mendez <[email protected]> | 2024-12-20 14:36:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-02 11:05:38 -0600 |
| commit | c106c882bdc19f1ae6aadadb86e67229176cb233 (patch) | |
| tree | 46f87d815b210baddc565d9dffee62e564c2f7fd /configs/am62x_evm_a53_defconfig | |
| parent | aa14b5ec13b8c13f0409a041e1422235c60f4cc9 (diff) | |
configs: am6*_evm_r5/a53_defconfig: Cleanup env configs
Since we do not load env from MMC device anymore, remove
any MMC env config options.
Signed-off-by: Judith Mendez <[email protected]>
Diffstat (limited to 'configs/am62x_evm_a53_defconfig')
| -rw-r--r-- | configs/am62x_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index 003fa4f8681..87dc1e73505 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -41,6 +41,7 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_SYS_MMCSD_RAW_MODE=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400 +CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img" CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_DM_SPI_FLASH=y |
