[PATCH v4 15/16] configs: Add am69_sk_* defconfig fragments
Apurva Nandan
a-nandan at ti.com
Sun Oct 1 18:55:44 CEST 2023
From: Dasnavis Sabiya <sabiya.d at ti.com>
Add config fragments for am69_sk A72 and R5 configuration.
This applies on to:
j784s4_evm_a72_defconfig -> am69_sk_a72.config
j784s4_evm_r5_defconfig -> am69_sk_r5.config
The usage model (with the fragment) would be:
make ARCH=arm j784s4_evm_a72_defconfig am69_sk_a72.config
make ARCH=arm
OR
make ARCH=arm j784s4_evm_r5_defconfig am69_sk_r5.config
make ARCH=arm
Signed-off-by: Dasnavis Sabiya <sabiya.d at ti.com>
Signed-off-by: Apurva Nandan <a-nandan at ti.com>
---
configs/am69_sk_a72.config | 5 +++++
configs/am69_sk_r5.config | 3 +++
2 files changed, 8 insertions(+)
create mode 100644 configs/am69_sk_a72.config
create mode 100644 configs/am69_sk_r5.config
diff --git a/configs/am69_sk_a72.config b/configs/am69_sk_a72.config
new file mode 100644
index 0000000000..18af815cc3
--- /dev/null
+++ b/configs/am69_sk_a72.config
@@ -0,0 +1,5 @@
+# Defconfig fragment to apply on top of j784s4_evm_a72_defconfig
+
+CONFIG_DEFAULT_DEVICE_TREE="k3-am69-sk"
+CONFIG_OF_LIST="k3-am69-sk"
+CONFIG_SPL_OF_LIST="k3-am69-sk"
diff --git a/configs/am69_sk_r5.config b/configs/am69_sk_r5.config
new file mode 100644
index 0000000000..9194694393
--- /dev/null
+++ b/configs/am69_sk_r5.config
@@ -0,0 +1,3 @@
+# Defconfig fragment to apply on top of j784s4_evm_r5_defconfig
+
+CONFIG_DEFAULT_DEVICE_TREE="k3-am69-r5-sk"
--
2.34.1
More information about the U-Boot
mailing list