summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChintan Vankar <[email protected]>2025-07-31 13:29:56 +0530
committerTom Rini <[email protected]>2025-08-20 11:06:19 -0600
commit841d3d06ce2c1fb9d7a785bd7df5a1b6b70003bb (patch)
tree13a44239a563e61ed997cf4be3ef953933ccfda4
parent02b2a3277116d80137e62cb931dd365eda54790c (diff)
configs: am69_sk_a72_ethboot: Add configs to enable Ethernet boot
Add configs required to enable Ethernet boot for SK-AM69. Signed-off-by: Chintan Vankar <[email protected]>
-rw-r--r--configs/am69_sk_a72_ethboot_defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/am69_sk_a72_ethboot_defconfig b/configs/am69_sk_a72_ethboot_defconfig
new file mode 100644
index 00000000000..676db01b2e2
--- /dev/null
+++ b/configs/am69_sk_a72_ethboot_defconfig
@@ -0,0 +1,11 @@
+#include <configs/am69_sk_a72_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_SOC_K3_J784S4=y
+CONFIG_TARGET_J784S4_A72_EVM=y
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
+CONFIG_SPL_ETH=y
+CONFIG_SPL_NET=y
+CONFIG_SPL_NET_VCI_STRING="AM69 U-Boot A72 SPL"
+CONFIG_SYS_K3_SPL_ATF=y