diff options
author | Andrew Davis <afd@ti.com> | 2025-09-29 10:11:54 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-09-30 07:31:00 -0500 |
commit | 3153a05f3cbd6a6a89f32bd935b347e23be2b604 (patch) | |
tree | 6c9c1c11738fbf4b9f7439394c4faa0948fa1ec8 | |
parent | a05114e75fa4a6d74684a4a4b09cd900a7f865ae (diff) | |
download | meta-ti-3153a05f3cbd6a6a89f32bd935b347e23be2b604.tar.gz |
meta-beagle: beagley-ai: Set forward looking UBOOT_MACHINE default
U-Boot bb.org-v6.12, Mainline, Next, and all future releases will have
am67a_beagley_ai_r5_defconfig. Only the three listed versions in this
patch need to use the old defconfig. Set the default so that we do not
need to set this for future versions.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-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 \ |