configs: am62ax_evm_a53_ethboot: Enable config options required to enable Ethernet boot

Enable config options required to enable Ethernet boot on SK-AM62A-LP for
A53 SPL stage.

Acked-by: Andrew Davis <afd@ti.com>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Tested-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
This commit is contained in:
Chintan Vankar
2026-07-28 11:58:36 -06:00
committed by Tom Rini
parent 5aec4a2c90
commit 707a9b537b
+10
View File
@@ -0,0 +1,10 @@
#include <configs/am62ax_evm_a53_defconfig>
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_DMA=y
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_ETH=y
CONFIG_SPL_NET=y
CONFIG_SPL_NET_VCI_STRING="AM62AX U-Boot A53 SPL"
CONFIG_SPL_SYSCON=y