diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-07 12:14:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-07 12:57:16 +0200 |
commit | 87ec7b6c9a418455f3d05139a0832c73eba292c7 (patch) | |
tree | cb73d57a7c21d24d5c72f7289af6d04a1df04e14 /conf | |
parent | 144015f3021e08f8cc0afa6f54ffdfd79067b990 (diff) |
linux-omap-psp 2.6.32: rebase patches onto new baseline
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 4b3689daa1..eb590919cf 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 = "r77" +MACHINE_KERNEL_PR = "r78" KERNEL_IMAGETYPE = "uImage" |