summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-14 19:11:39 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-27 09:04:29 -0500
commit2425d6e457b51e756a742c58494e86d36fca0839 (patch)
tree0013e371ff581acbd79945cd409a0d18b5a388b9 /conf/machine/include
parentc4eefd753012467261cf221babd2e8639b81d3ca (diff)
downloadmeta-ti-2425d6e457b51e756a742c58494e86d36fca0839.tar.gz
linux-ti335x-psp 3.2: update to 3.2.6
Readahead fixed! 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 fc670d03..f9d8f7a7 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "ti33x"
3require conf/machine/include/tune-cortexa8.inc 3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" 4PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
5# Increase this everytime you change something in the kernel 5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r3" 6MACHINE_KERNEL_PR = "r4"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9