summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/keystone.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 047cc185..72e71bfa 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -4,10 +4,11 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5 5
6PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" 6PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot" 7PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
8PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
8 9
9# Increase this everytime you change something in the kernel 10# Increase this everytime you change something in the kernel
10MACHINE_KERNEL_PR = "r5" 11MACHINE_KERNEL_PR = "r6"
11 12
12KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
13 14