summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-11-30 11:44:24 -0500
committerDenys Dmytriyenko <denys@ti.com>2012-11-30 11:46:12 -0500
commit870a521c6b32c8c476aabe4fc4b6fc7b665c1445 (patch)
tree74cd863f529ad2e720876f278e3d24a3daa0c0d8
parent370ba3ef40e30766c7235e743675dd5bca1b4d83 (diff)
downloadmeta-ti-870a521c6b32c8c476aabe4fc4b6fc7b665c1445.tar.gz
keystone: bump MACHINE_KERNEL_PR for previous changes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/keystone.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 1914128e..60550d00 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" 5PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r1" 7MACHINE_KERNEL_PR = "r2"
8 8
9KERNEL_IMAGETYPE = "uImage" 9KERNEL_IMAGETYPE = "uImage"
10 10