summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChintan Vankar <[email protected]>2025-07-31 13:29:52 +0530
committerTom Rini <[email protected]>2025-08-20 11:06:19 -0600
commit9def2b0fc17d5ed1162d6a8fbe9a06ec26557512 (patch)
tree39a2c69678479de44da1e8ca3abb6ccab40e4f14
parentd449db6cd7c896d69e2dba2b902797d9b329beef (diff)
configs: j722s_evm_a53_ethboot: Enable configs required for Ethernet boot
Enable configs required to support Ethernet boot for J722S. Signed-off-by: Chintan Vankar <[email protected]>
-rw-r--r--configs/j722s_evm_a53_ethboot_defconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/j722s_evm_a53_ethboot_defconfig b/configs/j722s_evm_a53_ethboot_defconfig
new file mode 100644
index 00000000000..a5a2a15849c
--- /dev/null
+++ b/configs/j722s_evm_a53_ethboot_defconfig
@@ -0,0 +1,13 @@
+#include <configs/j722s_evm_a53_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_SOC_K3_J722S=y
+CONFIG_TARGET_J722S_A53_EVM=y
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-j722s-evm"
+CONFIG_SPL_STACK_R_ADDR=0x82000000
+CONFIG_SPL_DRIVERS_MISC=y
+CONFIG_SPL_DMA=y
+CONFIG_SPL_ETH=y
+CONFIG_SPL_NET=y
+CONFIG_SPL_NET_VCI_STRING="J722S U-Boot A53 SPL"