summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
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
commit88627833e062fde8cc7bfb43e28d6395b327729a (patch)
tree6130dd613a4ee1ab6505b89a86815f819523b534 /recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
parent770ad9302bb0196bbd9019c0dbd0ff0a3a16ab03 (diff)
downloadmeta-fsl-arm-88627833e062fde8cc7bfb43e28d6395b327729a.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>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc_2013.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.07.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
index d5bc164..3098fdb 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb
+++ b/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"