diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/beagleplay.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf index 9f926b86..75e62afd 100644 --- a/meta-ti-bsp/conf/machine/beagleplay.conf +++ b/meta-ti-bsp/conf/machine/beagleplay.conf | |||
@@ -2,6 +2,7 @@ | |||
2 | #@NAME: BeaglePlay (A53) | 2 | #@NAME: BeaglePlay (A53) |
3 | #@DESCRIPTION: Machine configuration for the BeaglePlay board (A53 core) | 3 | #@DESCRIPTION: Machine configuration for the BeaglePlay board (A53 core) |
4 | 4 | ||
5 | require conf/machine//include/beagle.inc | ||
5 | require conf/machine/include/k3.inc | 6 | require conf/machine/include/k3.inc |
6 | SOC_FAMILY:append = ":am62xx" | 7 | SOC_FAMILY:append = ":am62xx" |
7 | 8 | ||
@@ -24,7 +25,6 @@ UBOOT_MACHINE = "am62x_evm_a53_defconfig" | |||
24 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. | 25 | # under meta-ti-bsp/recipes-bsp/u-boot/ for more details. |
25 | UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config" | 26 | UBOOT_CONFIG_FRAGMENTS = "am625_beagleplay_a53.config" |
26 | 27 | ||
27 | PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | ||
28 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" | 28 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" |
29 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" | 29 | PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" |
30 | 30 | ||