summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-07-23 15:26:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-07-24 09:16:05 -0300
commitd6f682ca6e7ff0c5399805aa555f15857a90a4c5 (patch)
tree7d1e576b780593f2f4f37ccfdbf39a9cfcd50fe9
parente5fce398f9058e66de2b823e99fc570711780754 (diff)
downloadmeta-freescale-d6f682ca6e7ff0c5399805aa555f15857a90a4c5.tar.gz
u-boot-fslc: Update to cba5372 revision
This updates the U-Boot for 2013.07 final release and adds a single patch on top of it, to fix Wandboard splash alignment. The included changes are: b899fa3 arm: at91sam9n12: change EBI IO to high drive mode 8b415f7 ext4fs: le32_to_cpu() used on a 16-bit field 50ffc3b fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz 62c175f Prepare v2013.07 cba5372 wandboard: Use splash image at screen center by default Change-Id: I03f41014c1303afa9caa6ad26b89209e8bc63920 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb2
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
index d5bc164d5..3098fdbe3 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
10 10
11PV = "v2013.07" 11PV = "v2013.07"
12 12
13SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" 13SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee"
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"
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
index 70e58db6c..7605ce2b7 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb
@@ -5,7 +5,7 @@ SECTION = "bootloader"
5 5
6PV = "v2013.07" 6PV = "v2013.07"
7 7
8SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" 8SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee"
9SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 9SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"