diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-09 21:35:28 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-09 21:35:34 -0300 |
commit | 9a907924854eb8a0b917a27a896f4ebac70ea398 (patch) | |
tree | 7aff7aa82482e0b8392e58f50886eb35b6124d02 | |
parent | b2ed769229b6dbb8b0f99fa313e8dde35115b9aa (diff) | |
parent | 7ce2150a6ea2e176073dc7ba877ad3e3a8eb0432 (diff) | |
download | meta-fsl-arm-9a907924854eb8a0b917a27a896f4ebac70ea398.tar.gz |
Merge remote branch 'freescale/denzil' into master
* freescale/denzil:
linux-imx (2.6.35.3): readd workaround for iMX28 problem with cpufreq
-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 | ||