From patchwork Fri Mar 8 18:31:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-fsl-arm, 1/4] u-boot-fslc: mx28: Align DDR2 init with FSL bootlets source Date: Fri, 08 Mar 2013 18:31:39 -0000 From: Otavio Salvador X-Patchwork-Id: 45749 Message-Id: <1362767502-28921-1-git-send-email-otavio@ossystems.com.br> To: meta-freescale Mailing List Cc: Otavio Salvador 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 --- recipes-bsp/u-boot/u-boot-fslc_2013.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb index cf7af72..400bfbb 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb +++ b/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"