aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-30 12:21:51 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-30 12:21:51 +0200
commit4154e739f4d4cb5375fb050c2af4f28982897334 (patch)
treeb29098e42fb75d67cfb38bfa1388395dec2843bb
parent1098ec32632ecf44560d92d7a7ee747d3a566cc6 (diff)
downloadopenembedded-core-contrib-4154e739f4d4cb5375fb050c2af4f28982897334.tar.gz
linux-omap 2.6.39: switch to 'userspace' governor on beagle
This fixes the hangs on various boards during boot Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-kernel/linux/linux-omap-2.6.39/beagleboard/defconfig6
-rw-r--r--recipes-kernel/linux/linux-omap_2.6.39.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-omap-2.6.39/beagleboard/defconfig b/recipes-kernel/linux/linux-omap-2.6.39/beagleboard/defconfig
index c2c9e55ae7..21d9f85587 100644
--- a/recipes-kernel/linux/linux-omap-2.6.39/beagleboard/defconfig
+++ b/recipes-kernel/linux/linux-omap-2.6.39/beagleboard/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux/arm 2.6.39 Kernel Configuration
-# Thu May 26 10:49:51 2011
+# Mon May 30 11:05:51 2011
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
@@ -465,8 +465,8 @@ CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_HOTPLUG is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
diff --git a/recipes-kernel/linux/linux-omap_2.6.39.bb b/recipes-kernel/linux/linux-omap_2.6.39.bb
index 25ad5b23fc..af99e03797 100644
--- a/recipes-kernel/linux/linux-omap_2.6.39.bb
+++ b/recipes-kernel/linux/linux-omap_2.6.39.bb
@@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "(beagleboard)"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
SRCREV_pn-${PN} = "v2.6.39"
-MACHINE_KERNEL_PR_append = "e"
+MACHINE_KERNEL_PR_append = "f"
FILESPATHPKG_prepend = "linux-omap-2.6.39:"