From 39267741365c10ab2960e7bbbc3ecd7d5cc47f63 Mon Sep 17 00:00:00 2001 From: Siddharth Vadapalli Date: Tue, 21 Feb 2023 12:34:44 +0530 Subject: configs: am62ax_evm_a53_defconfig: Enable BOARD_LATE_INIT config Enable the config CONFIG_BOARD_LATE_INIT to allow functionality of EEPROM related features including detecting the board name and fetching the MAC address. Signed-off-by: Siddharth Vadapalli --- configs/am62ax_evm_a53_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig index b03cca39c0..bc02634a43 100644 --- a/configs/am62ax_evm_a53_defconfig +++ b/configs/am62ax_evm_a53_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_K3=y +CONFIG_BOARD_LATE_INIT=y CONFIG_TI_SECURE_DEVICE=y CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SPL_GPIO_SUPPORT=y -- cgit v1.2.3