summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/k3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/k3.inc')
-rw-r--r--conf/machine/include/k3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index 0c16d968..765e0ee3 100644
--- a/conf/machine/include/k3.inc
+++ b/conf/machine/include/k3.inc
@@ -10,7 +10,7 @@ BBMULTICONFIG += "k3r5"
10# Increase this everytime you change something in the kernel 10# Increase this everytime you change something in the kernel
11MACHINE_KERNEL_PR = "r0" 11MACHINE_KERNEL_PR = "r0"
12 12
13PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 13PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
15PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 15PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
16 16