diff options
-rw-r--r-- | meta-beagle/conf/machine/beagley-ai-k3r5.conf | 6 | ||||
-rw-r--r-- | meta-beagle/conf/machine/beagley-ai.conf | 5 |
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" | |||
9 | SYSFW_CONFIG = "evm" | 9 | SYSFW_CONFIG = "evm" |
10 | SYSFW_SUFFIX = "hs-fs" | 10 | SYSFW_SUFFIX = "hs-fs" |
11 | 11 | ||
12 | UBOOT_MACHINE = "j722s_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "am67a_beagley_ai_r5_defconfig" |
13 | UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_r5_defconfig" | 13 | UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_r5_defconfig" |
14 | UBOOT_MACHINE:bsp-ti-6_6 = "j722s_evm_r5_defconfig" | ||
15 | UBOOT_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 @@ | |||
5 | require conf/machine/include/j722s.inc | 5 | require conf/machine/include/j722s.inc |
6 | require conf/machine/include/beagle-bsp.inc | 6 | require conf/machine/include/beagle-bsp.inc |
7 | 7 | ||
8 | UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config" | ||
9 | |||
10 | UBOOT_MACHINE = "am67a_beagley_ai_a53_defconfig" | 8 | UBOOT_MACHINE = "am67a_beagley_ai_a53_defconfig" |
9 | UBOOT_MACHINE:bsp-bb_org-6_6 = "j722s_evm_a53_config" | ||
10 | UBOOT_MACHINE:bsp-ti-6_6 = "j722s_evm_a53_config" | ||
11 | UBOOT_MACHINE:bsp-ti-6_12 = "j722s_evm_a53_config" | ||
11 | 12 | ||
12 | KERNEL_DEVICETREE_PREFIX = " \ | 13 | KERNEL_DEVICETREE_PREFIX = " \ |
13 | ti/k3-am67a \ | 14 | ti/k3-am67a \ |