diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-24 14:02:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-24 14:02:56 +0200 |
commit | be6fec499ddd4de3d76a60bafbf47d94f7632d93 (patch) | |
tree | 4bb2a3e897779ccf738076b08ff39163f969aed4 /conf/machine/include | |
parent | a29819bbbbebdf42e94e3da20c973a1b715985f7 (diff) |
linux-davinci: bump PR and point to include file where MACHINE_KERNEL_PR is located
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 295a9c7007..0f6123a359 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 = "r0" +MACHINE_KERNEL_PR = "r6" TARGET_ARCH = "arm" |