diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-26 16:02:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-26 16:51:48 +0200 |
commit | 3af603f108e78a8ba867fdcfab40dc1dbe2b0060 (patch) | |
tree | e804aa08332f13c08e0470402e7207f3231e3bab /conf/machine/include/omap3.inc | |
parent | 2286da60bd6fab66f4dfef92d97609b3b8685a8a (diff) |
linux-omap-psp 2.6.32: add WIP camera drivers for the beagleboard xM
Diffstat (limited to 'conf/machine/include/omap3.inc')
-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 eb590919cf..e40cfe7ae2 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 = "r78" +MACHINE_KERNEL_PR = "r79" KERNEL_IMAGETYPE = "uImage" |