summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2013-03-27 07:18:40 -0500
committerDaiane Angolini <daiane.angolini@freescale.com>2013-04-02 02:48:44 -0500
commit27d7eed988487ae72db27366e34b7f39223b4839 (patch)
tree84455aaec1c16dbfb3bf6bd8e1cc9711e5e27f36 /recipes-kernel
parent55fd83d9ae0a7feef3901041209182306a3d6072 (diff)
downloadmeta-fsl-arm-27d7eed988487ae72db27366e34b7f39223b4839.tar.gz
linux-imx (3.0.35): Change mx6sl linux version to 12.10.02
The latest tested linux version for iMX6SL EVK is from Freescale BSP 12.10.02 Disable CPU frequency scaling due to kernel crash during boot tests. The root cause of this still needs to be fixed but this workaround improves board stability for now. Change-Id: I1420139ab0e20607b15c2f7929d636027b391a6e Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig2
-rw-r--r--recipes-kernel/linux/linux-imx_3.0.35.bb9
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig
index 59e7722..5bb9666 100644
--- a/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig
+++ b/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig
@@ -43,7 +43,7 @@ CONFIG_CPU_FREQ=y
43CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y 43CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y
44CONFIG_CPU_FREQ_GOV_POWERSAVE=y 44CONFIG_CPU_FREQ_GOV_POWERSAVE=y
45CONFIG_CPU_FREQ_GOV_USERSPACE=y 45CONFIG_CPU_FREQ_GOV_USERSPACE=y
46CONFIG_CPU_FREQ_IMX=y 46# CONFIG_CPU_FREQ_IMX is not set
47CONFIG_VFP=y 47CONFIG_VFP=y
48CONFIG_NEON=y 48CONFIG_NEON=y
49# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 49# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb
index 1571e81..f226e2c 100644
--- a/recipes-kernel/linux/linux-imx_3.0.35.bb
+++ b/recipes-kernel/linux/linux-imx_3.0.35.bb
@@ -3,7 +3,7 @@
3 3
4include linux-imx.inc 4include linux-imx.inc
5 5
6PR = "${INC_PR}.11" 6PR = "${INC_PR}.12"
7 7
8COMPATIBLE_MACHINE = "(mx6)" 8COMPATIBLE_MACHINE = "(mx6)"
9 9
@@ -11,10 +11,11 @@ COMPATIBLE_MACHINE = "(mx6)"
11SRCREV = "c27cb3851bb6f822f8a92e4a1e10fba19284bdd4" 11SRCREV = "c27cb3851bb6f822f8a92e4a1e10fba19284bdd4"
12LOCALVERSION = "-1.1.0+yocto" 12LOCALVERSION = "-1.1.0+yocto"
13 13
14# Revision of 3.0.0 tag 14# Revision of 12.10.02 tag
15SRCREV_mx6sl = "7e8c89cd4b47c4ac6ec6a91a5f54d450688bde4f" 15SRCREV_mx6sl = "741f7dcf5dd1b5ce82986eda139ddbce69c66e31"
16LOCALVERSION_mx6sl = "-3.0.0+yocto" 16LOCALVERSION_mx6sl = "-12.10.02+yocto"
17 17
18# Revision of 3.0.0 tag
18SRCREV_mx6dl = "7e8c89cd4b47c4ac6ec6a91a5f54d450688bde4f" 19SRCREV_mx6dl = "7e8c89cd4b47c4ac6ec6a91a5f54d450688bde4f"
19LOCALVERSION_mx6dl = "-3.0.0+yocto" 20LOCALVERSION_mx6dl = "-3.0.0+yocto"
20 21