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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- recipes-kernel/linux/linux-fslc_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 PV = "3.12+git${SRCPV}" # patches-3.12 -SRCREV = "83ccff683f04f0f4e47bce191d6ffde52fc79e13" +SRCREV = "928c8b1f048424c90960c9c6275b3b34a850fe16" COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
