summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-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 df9318a0..b77bccdf 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -5,7 +5,7 @@ require conf/machine/include/tune-cortexa15.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" 5PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
6 6
7# Increase this everytime you change something in the kernel 7# Increase this everytime you change something in the kernel
8MACHINE_KERNEL_PR = "r4" 8MACHINE_KERNEL_PR = "r5"
9 9
10KERNEL_IMAGETYPE = "uImage" 10KERNEL_IMAGETYPE = "uImage"
11 11
@@ -13,3 +13,4 @@ UBOOT_ENTRYPOINT = "0x80008000"
13UBOOT_LOADADDRESS = "0x80008000" 13UBOOT_LOADADDRESS = "0x80008000"
14 14
15EXTRA_IMAGEDEPENDS += "u-boot" 15EXTRA_IMAGEDEPENDS += "u-boot"
16EXTRA_IMAGEDEPENDS += "boot-monitor"