diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-02 22:13:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-02 22:14:08 +0200 |
commit | 5777be68163ae84a340a252e59069d722aa534cb (patch) | |
tree | 506a2c5cd9c77e9efb95db674d99b5cc158ee1b9 /conf/machine | |
parent | ea7e5a05c4c6c29df5682d92a056cb722969b5a0 (diff) |
linux-omap-* 2.6.29: add l1 cache performance tweak from l-a-k ml
* also sync patch between pm and regular kernels
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 163c9c901a..889e0f6478 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r43" +MACHINE_KERNEL_PR = "r44" KERNEL_IMAGETYPE = "uImage" |