diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-04-06 11:22:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:31 +0200 |
commit | 63348ff7b88c6f64e8dd518a21384e33e0d828f3 (patch) | |
tree | 57113d4d25ca01b5a5d57855c2a1e1e1fc66509c /conf | |
parent | f8cb152e6b9f25332cfc7fd433a584ea5d685c4b (diff) |
linux-omap-psp 2.6.32: add patches from Mans Rullgard to help finding the DM37xx slowdown
Diffstat (limited to 'conf')
-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 e7170628cc..ba2a4935fa 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" 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 = "r68" +MACHINE_KERNEL_PR = "r69" KERNEL_IMAGETYPE = "uImage" |