diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-11 14:28:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:24 +0200 |
commit | dcf42ea5d2ba1df523f800d5805ecad87dd3cd4e (patch) | |
tree | 721befceb8ba1400d6be52c44ba6dc72c7004160 /conf/machine/include | |
parent | d37453d38002ccaed2dd7c38be10ea72b704813e (diff) |
overo: switch to linux-omap-psp 2.6.32 as default
Diffstat (limited to 'conf/machine/include')
-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 eac4676d43..6e3b86fc17 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 = "r65" +MACHINE_KERNEL_PR = "r66" KERNEL_IMAGETYPE = "uImage" |