From 707a9b537b2a0d30e6523be9c926796674773a65 Mon Sep 17 00:00:00 2001 From: Chintan Vankar Date: Thu, 16 Jul 2026 13:35:51 +0530 Subject: [PATCH] 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 Reviewed-by: Anshul Dalal Tested-by: Anshul Dalal Signed-off-by: Chintan Vankar --- configs/am62ax_evm_a53_ethboot_defconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/am62ax_evm_a53_ethboot_defconfig diff --git a/configs/am62ax_evm_a53_ethboot_defconfig b/configs/am62ax_evm_a53_ethboot_defconfig new file mode 100644 index 00000000000..a3ac67feb85 --- /dev/null +++ b/configs/am62ax_evm_a53_ethboot_defconfig @@ -0,0 +1,10 @@ +#include + +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