[meta-freescale] [meta-fsl-arm][PATCH 1/4] u-boot-fslc: mx28: Align DDR2 init with FSL bootlets source

Otavio Salvador otavio at ossystems.com.br
Fri Mar 8 10:31:39 PST 2013


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 at freescale.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 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"
-- 
1.8.1




More information about the meta-freescale mailing list