diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-01 01:19:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-01 01:19:41 +0200 |
commit | 107327eb915d948740dafae15e7cdbf81b8c59c1 (patch) | |
tree | 99056011bf66fdbbc8c6665db10eaba507faa33c /conf/machine/include | |
parent | caa7a37b973c1bd178f519d9fd5460e0bc040fc3 (diff) | |
parent | 7354ce1960407a294d76edaab5e34a98d888c2b1 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
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 af9dc0ff9c..32211a07a5 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 = "r8" +MACHINE_KERNEL_PR = "r9" TARGET_ARCH = "arm" |