[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.0-4-g3436582
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-08-16 11:32:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 3436582bb92062af9369bc8536319897d6b4b68a (commit)
from f6a3a49a8f3549413e914e16d4e2cfe7cd1639e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3436582bb92062af9369bc8536319897d6b4b68a
Author: Eric Jarrige <eri...@ar...>
Date: Thu Aug 16 13:36:06 2012 +0200
[LINUX] apf28: Disable RAM frequency scaling - Fix USB, ethernet.. random crashes - Use CPUFreq governor ondemand as default config
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/apf28/apf28-linux-2.6.35.config | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config b/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
index 9977bf7..960aae6 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
+++ b/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.35.3
-# Thu Aug 2 13:28:14 2012
+# Thu Aug 16 13:30:29 2012
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -272,9 +272,7 @@ CONFIG_MXS_AUART3_DEVICE_ENABLE=y
CONFIG_MXS_AUART3_DMA_ENABLE=y
CONFIG_MXS_AUART4_DEVICE_ENABLE=y
CONFIG_MXS_AUART4_DMA_ENABLE=y
-CONFIG_MXS_RAM_FREQ_SCALING=y
-# CONFIG_MXS_RAM_MDDR is not set
-# CONFIG_MXS_RAM_DDR is not set
+# CONFIG_MXS_RAM_FREQ_SCALING is not set
#
# Processor Type
@@ -364,8 +362,8 @@ CONFIG_CPU_FREQ_STAT=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 is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
hooks/post-receive
--
armadeus
|