summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-10-29 16:31:39 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-30 10:36:46 -0200
commit47c819aed85a8cb2db6475dd9d9a6c55ddbf4cce (patch)
tree77a955a271df940b63dad14bf7f54f3ea3dc3153
parent2807f5646d8e557c5e0cea0fe5f09c20cce7c9db (diff)
downloadmeta-freescale-47c819aed85a8cb2db6475dd9d9a6c55ddbf4cce.tar.gz
u-boot-fslc: Update to revision commit 38322587
This includes following commit: commit 3832258715cd19aa3e26ac5f35ef7be230454924 Author: Otavio Salvador <otavio@ossystems.com.br> Date: Tue Oct 29 15:00:24 2013 -0200 mx6sabre{auto,sd}: Change FDT loading address to avoid overlaping The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Tested-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I7bf08f962b7956ba6f4c645a1d3ed0188eb8ac0d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb2
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index 62105c694..04069ca7e 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2013.10" 8PV = "v2013.10"
9 9
10SRCREV = "4b2e99fae31fe4dca0f3d4a226e74eb55d6e4c9a" 10SRCREV = "6765f2e13258f1a784399f775f6b26af82e119d2"
11SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 11SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index 8ea6b70a9..2098587f2 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
10 10
11PV = "v2013.10" 11PV = "v2013.10"
12 12
13SRCREV = "4b2e99fae31fe4dca0f3d4a226e74eb55d6e4c9a" 13SRCREV = "6765f2e13258f1a784399f775f6b26af82e119d2"
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"