summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2024-10-17 22:57:46 +0530
committerRyan Eatmon <reatmon@ti.com>2024-10-24 09:46:16 -0500
commit23f799352f6cc6adff1e2922107b42c29b565407 (patch)
treebf267b264fe1df451302147f2062553dff129cbd
parent52162596d558973508a73e73bd9673282c80779f (diff)
downloadmeta-ti-23f799352f6cc6adff1e2922107b42c29b565407.tar.gz
conf: machine: Add support for bsp-ti-6_12 in beagleplay
Add bsp-ti-6_12 overrides in A53 & R5 machine configuration to ensure it picks the appropriate u-boot configs for beagleplay Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay-k3r5.conf1
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
index 338a6fbf..3844ccfa 100644
--- a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf
@@ -10,6 +10,7 @@ SYSFW_SUFFIX = "gp"
10 10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig" 11UBOOT_MACHINE = "am62x_evm_r5_defconfig"
12UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_r5_defconfig" 12UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_r5_defconfig"
13UBOOT_MACHINE:bsp-ti-6_12 = "am62x_beagleplay_r5_defconfig"
13 14
14UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_r5.config" 15UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_r5.config"
15UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_r5.config" 16UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_r5.config"
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf
index 578cb098..3ae10171 100644
--- a/meta-ti-bsp/conf/machine/beagleplay.conf
+++ b/meta-ti-bsp/conf/machine/beagleplay.conf
@@ -21,6 +21,7 @@ OPTEEMACHINE = "k3-am62x"
21 21
22UBOOT_MACHINE = "am62x_evm_a53_defconfig" 22UBOOT_MACHINE = "am62x_evm_a53_defconfig"
23UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_a53_defconfig" 23UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_a53_defconfig"
24UBOOT_MACHINE:bsp-ti-6_12 = "am62x_beagleplay_a53_defconfig"
24 25
25UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config" 26UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config"
26UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_a53.config" 27UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_a53.config"