summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChintan Vankar <[email protected]>2026-07-16 13:35:51 +0530
committerTom Rini <[email protected]>2026-07-28 11:58:36 -0600
commit707a9b537b2a0d30e6523be9c926796674773a65 (patch)
tree6b627554f74f996e9cba3bea129f02ceb3327717
parent5aec4a2c9099888d5e9334a51bc60cce7eb52b94 (diff)
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 <[email protected]> Reviewed-by: Anshul Dalal <[email protected]> Tested-by: Anshul Dalal <[email protected]> Signed-off-by: Chintan Vankar <[email protected]>
-rw-r--r--configs/am62ax_evm_a53_ethboot_defconfig10
1 files changed, 10 insertions, 0 deletions
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 <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