summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-06 11:31:32 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-06 12:52:14 +0200
commit9495db8c91d7c544cfdfa9bdeadf1aa697db3b06 (patch)
treede5d3d5033df25ce4980df7ce570107921bd82e7 /conf
parentcc4141a6869346ac89c881ea9dd1633cc3a9817b (diff)
downloadmeta-ti-9495db8c91d7c544cfdfa9bdeadf1aa697db3b06.tar.gz
linux-davinci: fix multi-kernel usage
Add cgroup and accept4() patches to L138 kernel Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/davinci.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index 3e48097e..27be986b 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -1,7 +1,7 @@
1require conf/machine/include/tune-arm926ejs.inc 1require conf/machine/include/tune-arm926ejs.inc
2 2
3# Increase this everytime you change something in the kernel 3# Increase this everytime you change something in the kernel
4MACHINE_KERNEL_PR = "r50" 4MACHINE_KERNEL_PR = "r51"
5 5
6TARGET_ARCH = "arm" 6TARGET_ARCH = "arm"
7 7