]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: mx28: Align DDR2 init with FSL bootlets source
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 Mar 2013 19:55:51 +0000 (16:55 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 7 Mar 2013 13:10:54 +0000 (10:10 -0300)
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 <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb

index cf7af728e267705cf17a986ebad32a82c8faa944..400bfbb7d0d23faabea6083f0f028b25cdbad70a 100644 (file)
@@ -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"