diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-06 11:31:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-06 12:52:14 +0200 |
commit | 9495db8c91d7c544cfdfa9bdeadf1aa697db3b06 (patch) | |
tree | de5d3d5033df25ce4980df7ce570107921bd82e7 /conf | |
parent | cc4141a6869346ac89c881ea9dd1633cc3a9817b (diff) | |
download | meta-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.inc | 2 |
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 @@ | |||
1 | require conf/machine/include/tune-arm926ejs.inc | 1 | require 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 |
4 | MACHINE_KERNEL_PR = "r50" | 4 | MACHINE_KERNEL_PR = "r51" |
5 | 5 | ||
6 | TARGET_ARCH = "arm" | 6 | TARGET_ARCH = "arm" |
7 | 7 | ||