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