diff mbox series

[12/15] configs: am62x: Enable basic EFI CMD support

Message ID 20240408211100.93936-13-j-humphreys@ti.com
State Accepted
Commit b9462edf178113ee2f005c19352b460593a5b613
Delegated to: Tom Rini
Headers show
Series configs: ti: Enable basic settings for SystemReady ACS | expand

Commit Message

Jonathan Humphreys April 8, 2024, 9:10 p.m. UTC
This is required to pass SystemReadyIR tests.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---
 configs/am62x_evm_a53_defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 3e174ec37aa..ee585b3bc84 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -49,7 +49,10 @@  CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x280000
 CONFIG_SPL_YMODEM_SUPPORT=y
+CONFIG_CMD_BOOTEFI_SELFTEST=y
+CONFIG_CMD_NVEDIT_EFI=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_EFIDEBUG=y
 CONFIG_OF_CONTROL=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_MULTI_DTB_FIT=y