aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJonathan Humphreys <j-humphreys@ti.com>2024-04-08 16:10:57 -0500
committerTom Rini <trini@konsulko.com>2024-04-17 13:15:23 -0600
commitb9462edf178113ee2f005c19352b460593a5b613 (patch)
tree2eea120a6839a7bc271958864ca829098bcfa008 /configs
parentc2b69cdb7be1f847136c16667876caccd026192e (diff)
downloadu-boot-b9462edf178113ee2f005c19352b460593a5b613.tar.gz
configs: am62x: Enable basic EFI CMD support
This is required to pass SystemReadyIR tests. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62x_evm_a53_defconfig3
1 files changed, 3 insertions, 0 deletions
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