summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddharth Vadapalli <s-vadapalli@ti.com>2023-02-21 12:34:44 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-02-23 10:01:29 +0530
commit39267741365c10ab2960e7bbbc3ecd7d5cc47f63 (patch)
tree9a72a2b21bdc03dd6fb1b9d7ada6fa18603fef9b
parentba520788a51d1101d66b4a8b23b0d379f688622d (diff)
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 <s-vadapalli@ti.com>
-rw-r--r--configs/am62ax_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
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