diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2024-02-16 22:53:24 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-02-16 17:54:35 -0600 |
commit | 6beb42b463167c1ee1c047676bd7a13ab30e9b7b (patch) | |
tree | ef7e3f1b6ad6a087afb4ef47263093a112d37eef | |
parent | 9313bf168207e08b0b6abf3e4a2c7a93c77a42b4 (diff) | |
download | meta-ti-6beb42b463167c1ee1c047676bd7a13ab30e9b7b.tar.gz |
conf: beagleplay: Apply U-boot defconfig fragments
- Apply am625_beagleplay_a53.config which is maintained in U-boot tree & is intended
to be applied on top of am62x_evm_a53_defconfig [1].
- Apply am625_beagleplay_r5.config which is maintained in U-boot tree & is intended
to be applied on top of am62x_evm_r5_defconfig [2].
References
----------
[1] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/am625_beagleplay_a53.config
[2] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/am625_beagleplay_r5.config
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 | 5 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay.conf | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf index c40615c9..601cbbf7 100644 --- a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | |||
@@ -12,3 +12,8 @@ SYSFW_CONFIG = "evm" | |||
12 | SYSFW_SUFFIX = "gp" | 12 | SYSFW_SUFFIX = "gp" |
13 | 13 | ||
14 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" | 14 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" |
15 | |||
16 | # UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build | ||
17 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc | ||
18 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | ||
19 | UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_r5.config" | ||
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf index dc6947d1..9ea7ff75 100644 --- a/meta-ti-bsp/conf/machine/beagleplay.conf +++ b/meta-ti-bsp/conf/machine/beagleplay.conf | |||
@@ -20,6 +20,11 @@ OPTEEMACHINE = "k3-am62x" | |||
20 | 20 | ||
21 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 21 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |
22 | 22 | ||
23 | # UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build | ||
24 | # along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc | ||
25 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | ||
26 | UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config" | ||
27 | |||
23 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | 28 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" |
24 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | 29 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" |
25 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | 30 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" |