diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-02 08:44:00 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:21 +0200 |
commit | 36ce129c612a2f8b5774450007a03589cce99687 (patch) | |
tree | 964e5d9f059c07b12364f100929be1e742b45e55 /conf/machine/include | |
parent | 1928f74bd7ace39e6c4f8f1e035dee261c87a7fe (diff) |
linux-davinci git: VPIF fix for hawkboard and tweak defconfig
Diffstat (limited to 'conf/machine/include')
-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 663adab4eb..81bbcb32a5 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-arm926ejs.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r40" +MACHINE_KERNEL_PR = "r41" TARGET_ARCH = "arm" |