[PATCH v2 2/3] configs: am62ax_evm_a53_ethboot: Enable config options required to enable Ethernet boot
Chintan Vankar
c-vankar at ti.com
Fri Jul 10 12:22:28 CEST 2026
Enable config options required to enable Ethernet boot on SK-AM62A-LP for
A53 SPL stage.
Acked-by: Andrew Davis <afd at ti.com>
Signed-off-by: Chintan Vankar <c-vankar at ti.com>
---
Link to v1:
https://lore.kernel.org/all/20260702081251.2691159-3-c-vankar@ti.com/
Changes from v1 to v2:
-> Removed the duplicate config options.
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 <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
--
2.34.1
More information about the U-Boot
mailing list