diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-05 13:12:39 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-05 13:12:39 +0100 |
commit | f389ecae0287535b6df5cc1a8e2c49e16cf7efed (patch) | |
tree | 6d6132c85eb15851a91c1b16172badc3385f4b69 /conf/machine | |
parent | 6f0e47264d01494bdf74368acc6330537f6361c7 (diff) |
linux-omap-pm 2.6.29: cleanup some touchbook stuff
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 e87b56c282..2c5c4f2387 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 = "r48" +MACHINE_KERNEL_PR = "r49" KERNEL_IMAGETYPE = "uImage" |