summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-bsp
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
commit5524b70414c8108c3290b1c3e8f476bbdb68fa57 (patch)
treeef0884683bbc61b9135a3e9de417db83282394ea /meta-fsl-arm/recipes-bsp
parent982da9675dad5c316057ac6545924902ae0c38e1 (diff)
downloadmeta-freescale-5524b70414c8108c3290b1c3e8f476bbdb68fa57.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 'meta-fsl-arm/recipes-bsp')
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb4
1 files changed, 2 insertions, 2 deletions
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"
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"