]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am69_sk: Add defconfig for AM69 SK board
authorDasnavis Sabiya <sabiya.d@ti.com>
Fri, 23 Feb 2024 20:21:52 +0000 (01:51 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:04 +0000 (13:41 -0500)
Add defconfig for AM69 SK A72 and R5 configuration.

This inlcudes and modifies the J784S4 EVM defconfigs:
j784s4_evm_a72_defconfig -> am69_sk_a72_defconfig
j784s4_evm_r5_defconfig -> am69_sk_r5_defconfig

Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com>
Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> # AM69-SK
board/ti/j784s4/MAINTAINERS
configs/am69_sk_a72_defconfig [new file with mode: 0644]
configs/am69_sk_r5_defconfig [new file with mode: 0644]

index 2b6bff2f5bed0194f14ca2846ebccf7fbc33f41e..46f4ba5da96c95359cef164df53b1cf7845dbc2f 100644 (file)
@@ -16,3 +16,5 @@ M:    Apurva Nandan <a-nandan@ti.com>
 S:     Maintained
 F:     arch/arm/dts/k3-am69-sk-u-boot.dtsi
 F:     arch/arm/dts/k3-am69-r5-sk.dts
+F:     configs/am69_sk_r5_defconfig
+F:     configs/am69_sk_a72_defconfig
diff --git a/configs/am69_sk_a72_defconfig b/configs/am69_sk_a72_defconfig
new file mode 100644 (file)
index 0000000..452de88
--- /dev/null
@@ -0,0 +1,9 @@
+#include <configs/j784s4_evm_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_OF_LIST="ti/k3-am69-sk"
diff --git a/configs/am69_sk_r5_defconfig b/configs/am69_sk_r5_defconfig
new file mode 100644 (file)
index 0000000..2186b9a
--- /dev/null
@@ -0,0 +1,10 @@
+#include <configs/j784s4_evm_r5_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_SOC_K3_J784S4=y
+CONFIG_TARGET_J784S4_R5_EVM=y
+
+CONFIG_DEFAULT_DEVICE_TREE="k3-am69-r5-sk"
+CONFIG_SPL_OF_LIST="k3-am69-r5-sk"
+CONFIG_OF_LIST="k3-am69-r5-sk"