summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/keystone.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 820fe12a..79204478 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -4,14 +4,14 @@ require conf/machine/include/soc-family.inc
4DEFAULTTUNE ?= "cortexa15thf-neon" 4DEFAULTTUNE ?= "cortexa15thf-neon"
5require conf/machine/include/tune-cortexa15.inc 5require conf/machine/include/tune-cortexa15.inc
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" 7PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" 8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
9PREFERRED_PROVIDER_u-boot = "u-boot-keystone" 9PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
10 10
11# Increase this everytime you change something in the kernel 11# Increase this everytime you change something in the kernel
12MACHINE_KERNEL_PR = "r8" 12MACHINE_KERNEL_PR = "r9"
13 13
14KERNEL_IMAGETYPE = "uImage" 14KERNEL_IMAGETYPE = "zImage"
15 15
16UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000" 17UBOOT_LOADADDRESS = "0x80008000"