diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-06 09:38:14 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-09 21:33:23 -0300 |
commit | 7ce2150a6ea2e176073dc7ba877ad3e3a8eb0432 (patch) | |
tree | 0932b1c399136af8d2903b5fb7770bcb94e02d5e | |
parent | a8c56bc155e9576eb7a7d6546a610b2a6cab1837 (diff) | |
download | meta-fsl-arm-7ce2150a6ea2e176073dc7ba877ad3e3a8eb0432.tar.gz |
linux-imx (2.6.35.3): readd workaround for iMX28 problem with cpufreq
When cleaning the kernel recipes, the patch to disable cpufreq. This
patch readd the the missing workaround back to fix the hanging issue
during the boot.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb index b63b6db..439033d 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright (C) 2011-2012 Freescale Semiconductor | 1 | # Copyright (C) 2011-2012 Freescale Semiconductor |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | PR = "${INC_PR}.3" | 4 | PR = "${INC_PR}.4" |
5 | 5 | ||
6 | include linux-imx.inc | 6 | include linux-imx.inc |
7 | 7 | ||
@@ -24,6 +24,7 @@ SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ | |||
24 | SRC_URI_append_mxs = " \ | 24 | SRC_URI_append_mxs = " \ |
25 | file://mx23-do-not-use-safe-write.patch \ | 25 | file://mx23-do-not-use-safe-write.patch \ |
26 | file://mx23-dont-mange-IRQ_VDDA_BRNOUT.patch \ | 26 | file://mx23-dont-mange-IRQ_VDDA_BRNOUT.patch \ |
27 | file://mx28-removecpufreq.patch \ | ||
27 | file://mxs-duart-use-ttyAMA-for-device-name.patch \ | 28 | file://mxs-duart-use-ttyAMA-for-device-name.patch \ |
28 | " | 29 | " |
29 | 30 | ||