summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2024-06-14 12:31:23 +0530
committerRyan Eatmon <reatmon@ti.com>2024-06-15 08:05:34 -0500
commit16a40af52202e0a44b3009b9674bd2b5c899e709 (patch)
treebb9d000a389ba3208b8e8e238f81a4dba02d6ba3 /meta-ti-bsp/conf
parent5d973b9bc3b4cf9d6139a945ba30f68fb2e01868 (diff)
downloadmeta-ti-16a40af52202e0a44b3009b9674bd2b5c899e709.tar.gz
conf: machine: Update UBOOT_MACHINE for am62xxsip-evm
Modify the U-Boot defconfig names for A53 and R5 machine configurations based on ti-u-boot-2024.04 [1] [1]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2024.04&id=df5181f8c6c41bf018ec043d565581b5d8a291c5 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf7
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf2
2 files changed, 2 insertions, 7 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
index 0daff2b9..c35edc6e 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -8,9 +8,4 @@ SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs-fs" 9SYSFW_SUFFIX = "hs-fs"
10 10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig" 11UBOOT_MACHINE = "am62xsip_evm_r5_defconfig"
12
13# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
14# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
15# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
16UBOOT_CONFIG_FRAGMENTS = "am62xsip_sk_r5.config"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index b5dd18f1..38fe04c9 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -13,4 +13,4 @@ KERNEL_DEVICETREE = " \
13 ti/k3-am625-sk.dtb \ 13 ti/k3-am625-sk.dtb \
14" 14"
15 15
16UBOOT_MACHINE = "am62x_evm_a53_defconfig" 16UBOOT_MACHINE = "am62xsip_evm_a53_defconfig"