diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-22 13:15:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-22 13:15:14 +0200 |
commit | f48b09244716223abdf447d49ed0f36b19370111 (patch) | |
tree | 71c2ffdce860c8c49d41dae7aa8d50dc4419baa7 /conf/machine/include/omap3.inc | |
parent | d1521243e878d244d5c92117ce7e3edabaff22a1 (diff) |
linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumps
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 98cb4acd3a..270b34cc71 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 = "r82" +MACHINE_KERNEL_PR = "r83" KERNEL_IMAGETYPE = "uImage" |