summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-beagle/conf/machine/beagley-ai-k3r5.conf6
-rw-r--r--meta-beagle/conf/machine/beagley-ai.conf5
2 files changed, 7 insertions, 4 deletions
diff --git a/meta-beagle/conf/machine/beagley-ai-k3r5.conf b/meta-beagle/conf/machine/beagley-ai-k3r5.conf
index 07198f2e..c00c14d1 100644
--- a/meta-beagle/conf/machine/beagley-ai-k3r5.conf
+++ b/meta-beagle/conf/machine/beagley-ai-k3r5.conf
@@ -9,5 +9,7 @@ SYSFW_SOC = "j722s"
9SYSFW_CONFIG = "evm" 9SYSFW_CONFIG = "evm"
10SYSFW_SUFFIX = "hs-fs" 10SYSFW_SUFFIX = "hs-fs"
11 11
12UBOOT_MACHINE = "j722s_evm_r5_defconfig" 12UBOOT_MACHINE = "am67a_beagley_ai_r5_defconfig"
13UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_r5_defconfig" 13UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_r5_defconfig"
14UBOOT_MACHINE:bsp-ti-6_6 = "j722s_evm_r5_defconfig"
15UBOOT_MACHINE:bsp-ti-6_12 = "j722s_evm_r5_defconfig"
diff --git a/meta-beagle/conf/machine/beagley-ai.conf b/meta-beagle/conf/machine/beagley-ai.conf
index 8fbf3cea..d73d0506 100644
--- a/meta-beagle/conf/machine/beagley-ai.conf
+++ b/meta-beagle/conf/machine/beagley-ai.conf
@@ -5,9 +5,10 @@
5require conf/machine/include/j722s.inc 5require conf/machine/include/j722s.inc
6require conf/machine/include/beagle-bsp.inc 6require conf/machine/include/beagle-bsp.inc
7 7
8UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config"
9
10UBOOT_MACHINE = "am67a_beagley_ai_a53_defconfig" 8UBOOT_MACHINE = "am67a_beagley_ai_a53_defconfig"
9UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config"
10UBOOT_MACHINE:bsp-ti-6_6 = "j722s_evm_a53_config"
11UBOOT_MACHINE:bsp-ti-6_12 = "j722s_evm_a53_config"
11 12
12KERNEL_DEVICETREE_PREFIX = " \ 13KERNEL_DEVICETREE_PREFIX = " \
13 ti/k3-am67a \ 14 ti/k3-am67a \