diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-17 18:15:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-17 18:15:45 +0200 |
commit | c661fd43a2252141784feadc86c5adf324eda9fc (patch) | |
tree | 1f428797b4994af5bf6e6651a774fb54db346127 /conf/machine | |
parent | 48011a79e2c3014ce4e94a67a6b57f3363b3a660 (diff) |
linux-omap* 2.6.29: add patch that should solve the memhole problem
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 6fb5905cc2..7d404a4f65 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 = "r41" +MACHINE_KERNEL_PR = "r42" KERNEL_IMAGETYPE = "uImage" |