diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-09 10:10:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-09 10:10:05 +0200 |
commit | f916c347089f7fdd3a50780ad8d165528a71782c (patch) | |
tree | f87de85c06b654aadd37a9b3f882269acf8cd3de /conf | |
parent | 070337d3dd0a9a0caa10c741cd4935bf2a1a9f36 (diff) |
linux-omap-psp 2.6.32: turn on oprofile for dm3730-am3715-evm
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 059a8eac4c..943e1ef70e 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 = "r80" +MACHINE_KERNEL_PR = "r81" KERNEL_IMAGETYPE = "uImage" |