summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-23 11:20:07 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-30 13:49:03 -0400
commit2177f80076ebc15cc58fb521b58e49c83315f34e (patch)
tree3690868d86f360c07c79ea21269ec198293dbec2 /conf/machine/include
parentd9d51a11b8ff53c5ee7ef12e221479a24e071f13 (diff)
downloadmeta-ti-2177f80076ebc15cc58fb521b58e49c83315f34e.tar.gz
linux-ti33x-psp 3.2: update to 3.2.18
Duplicate patches between PSP and 3.2.17 have been dropped from the 3.2.17 series Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index e04da03b..61ee65eb 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa8.inc 4require conf/machine/include/tune-cortexa8.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 5PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r11" 7MACHINE_KERNEL_PR = "r12"
8 8
9KERNEL_IMAGETYPE = "uImage" 9KERNEL_IMAGETYPE = "uImage"
10 10