From: Otavio Salvador Date: Wed, 6 Mar 2013 19:55:51 +0000 (-0300) Subject: u-boot-fslc: mx28: Align DDR2 init with FSL bootlets source X-Git-Tag: 2.1~1500 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5524b70414c8108c3290b1c3e8f476bbdb68fa57;p=meta-freescale.git u-boot-fslc: mx28: Align DDR2 init with FSL bootlets source Comparing the DDR2 initialization from the bootlets code against the U-boot one, we can notice some mismatches, and after applying the same initialization into U-boot the 2.6.35 kernel can boot normally. Change-Id: If71d4a22ebb8c064e98e050b78d8c2e87d8ce6c8 Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb index cf7af728..400bfbb7 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb @@ -9,9 +9,9 @@ DEPENDS_mxs += "elftosb-native" PROVIDES += "u-boot" PV = "v2013.01" -PR = "r1" +PR = "r2" -SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" +SRCREV = "629da2167aae66ce8a43313c781e2a8abf16ac07" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git"