summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-11-12 21:55:13 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-13 13:59:00 -0200
commit9347a1dd8e3c9335b0ac965cd3fd076d1a67855a (patch)
treed1293ae9044cc237dfa028a94c01caa3f15d2fb6 /recipes-kernel
parent82c584ca1034306794d23fdc3f2ec881b223109e (diff)
downloadmeta-fsl-arm-9347a1dd8e3c9335b0ac965cd3fd076d1a67855a.tar.gz
linux-fslc: Update to revision 928c8b1
This fixes MX23 NULL pointer derreference when probing NAND chips. The commit which fixes the issue is: 928c8b1 mtd: gpmi: fix the NULL pointer Change-Id: I9f7b54900aed8bad164fd134f8a9c90b93dc0418 Reported-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc_3.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_3.12.bb b/recipes-kernel/linux/linux-fslc_3.12.bb
index 1067177..99a311c 100644
--- a/recipes-kernel/linux/linux-fslc_3.12.bb
+++ b/recipes-kernel/linux/linux-fslc_3.12.bb
@@ -6,6 +6,6 @@ include linux-fslc.inc
6PV = "3.12+git${SRCPV}" 6PV = "3.12+git${SRCPV}"
7 7
8# patches-3.12 8# patches-3.12
9SRCREV = "83ccff683f04f0f4e47bce191d6ffde52fc79e13" 9SRCREV = "928c8b1f048424c90960c9c6275b3b34a850fe16"
10 10
11COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" 11COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"