diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2024-10-17 22:57:46 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-10-24 09:46:16 -0500 |
commit | 23f799352f6cc6adff1e2922107b42c29b565407 (patch) | |
tree | bf267b264fe1df451302147f2062553dff129cbd | |
parent | 52162596d558973508a73e73bd9673282c80779f (diff) | |
download | meta-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.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay.conf | 1 |
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 | ||
11 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" | 11 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" |
12 | UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_r5_defconfig" | 12 | UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_r5_defconfig" |
13 | UBOOT_MACHINE:bsp-ti-6_12 = "am62x_beagleplay_r5_defconfig" | ||
13 | 14 | ||
14 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_r5.config" | 15 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_r5.config" |
15 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_r5.config" | 16 | UBOOT_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 | ||
22 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 22 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |
23 | UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_a53_defconfig" | 23 | UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_a53_defconfig" |
24 | UBOOT_MACHINE:bsp-ti-6_12 = "am62x_beagleplay_a53_defconfig" | ||
24 | 25 | ||
25 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config" | 26 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config" |
26 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_a53.config" | 27 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org = "am625_beagleplay_a53.config" |