From 8c59ac0c3c1a3744fa34874a7ebca1b0db8ec249 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 6 Sep 2012 09:38:14 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb index b63b6dbe..439033db 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb @@ -1,7 +1,7 @@ # Copyright (C) 2011-2012 Freescale Semiconductor # Released under the MIT license (see COPYING.MIT for the terms) -PR = "${INC_PR}.3" +PR = "${INC_PR}.4" include linux-imx.inc @@ -24,6 +24,7 @@ SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ SRC_URI_append_mxs = " \ file://mx23-do-not-use-safe-write.patch \ file://mx23-dont-mange-IRQ_VDDA_BRNOUT.patch \ + file://mx28-removecpufreq.patch \ file://mxs-duart-use-ttyAMA-for-device-name.patch \ " -- 2.40.1