diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-24 20:25:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-24 20:25:59 +0200 |
commit | e0041be7a72a025f0f292990161fc2158c1981e6 (patch) | |
tree | 67f273c9ec039e3eb07dd5262d2091d55f4f441a /conf | |
parent | faac35c7aa18054c8d0eb4348ab252d249ba8bf4 (diff) |
linux-omap 2.6.29: update holes patch, make iommu modular for beagle
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 7d404a4f65..163c9c901a 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 = "r42" +MACHINE_KERNEL_PR = "r43" KERNEL_IMAGETYPE = "uImage" |