summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beagleplay.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/beagleplay.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf
index cf86dae2..9f926b86 100644
--- a/meta-ti-bsp/conf/machine/beagleplay.conf
+++ b/meta-ti-bsp/conf/machine/beagleplay.conf
@@ -19,6 +19,11 @@ OPTEEMACHINE = "k3-am62x"
19 19
20UBOOT_MACHINE = "am62x_evm_a53_defconfig" 20UBOOT_MACHINE = "am62x_evm_a53_defconfig"
21 21
22# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
23# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
24# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
25UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config"
26
22PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" 27PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
23PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" 28PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
24PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" 29PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"