From d6f682ca6e7ff0c5399805aa555f15857a90a4c5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 23 Jul 2013 15:26:43 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.07.bb | 2 +- meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.07.bb | 2 +- 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 d5bc164d..3098fdbe 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" PV = "v2013.07" -SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" +SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${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 70e58db6..7605ce2b 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" PV = "v2013.07" -SRCREV = "fdf86c202c17adfc6f6313dc35f685b1d22b8125" +SRCREV = "cba5372e531ab9c94f76464dd58511d1c1edc2ee" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" -- 2.40.1