git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b2a32
)
configs: am69_sk_a72_ethboot: Add configs to enable Ethernet boot
author
Chintan Vankar
<c-vankar@ti.com>
Thu, 31 Jul 2025 07:59:56 +0000
(13:29 +0530)
committer
Tom Rini
<trini@konsulko.com>
Wed, 20 Aug 2025 17:06:19 +0000
(11:06 -0600)
Add configs required to enable Ethernet boot for SK-AM69.
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
configs/am69_sk_a72_ethboot_defconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/configs/am69_sk_a72_ethboot_defconfig
b/configs/am69_sk_a72_ethboot_defconfig
new file mode 100644
(file)
index 0000000..
676db01
--- /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