summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-06 16:55:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-03-07 10:10:54 -0300
commitd9a23bda287824d499f3e765259f9e2a36a97b03 (patch)
tree91e5d2792a26b2625870f96ca1691f3d6058154c /recipes-bsp/u-boot
parenta502be66bef33f2016b43f8c7129b18f92d6e337 (diff)
downloadmeta-fsl-arm-d9a23bda287824d499f3e765259f9e2a36a97b03.tar.gz
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 <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.01.bb4
1 files 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"
9PROVIDES += "u-boot" 9PROVIDES += "u-boot"
10 10
11PV = "v2013.01" 11PV = "v2013.01"
12PR = "r1" 12PR = "r2"
13 13
14SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" 14SRCREV = "629da2167aae66ce8a43313c781e2a8abf16ac07"
15SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 15SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"