diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-09-23 13:22:28 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-09-23 15:00:28 -0300 |
commit | a9be92d66306851d5116154d9cc763fcc59812f8 (patch) | |
tree | 7ad63fd8cb6560a55a1062c3d31f314f65dece62 | |
parent | a114679899e84dded14865bce1c596cc8774e0ab (diff) | |
download | meta-fsl-arm-a9be92d66306851d5116154d9cc763fcc59812f8.tar.gz meta-fsl-arm-a9be92d66306851d5116154d9cc763fcc59812f8.tar.bz2 meta-fsl-arm-a9be92d66306851d5116154d9cc763fcc59812f8.zip |
u-boot-fslc: Update to 9e76b38 revision
This includes following fixes:
9e76b38 wandboard: Use 32bit color depth for Fusion LCD
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2014.01.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb index 298f1c0..0c5f190 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2014.01" -SRCREV = "f5d80303de12e6fefc022426a73136a288f70294" +SRCREV = "9e76b3808bce73f36f40ad8a3e06f7006037c386" SRCBRANCH = "patches-2014.01" SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb index f6d4657..0489268 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb @@ -4,4 +4,4 @@ PV = "v2014.01" SRCBRANCH = "patches-2014.01" -SRCREV = "f5d80303de12e6fefc022426a73136a288f70294" +SRCREV = "9e76b3808bce73f36f40ad8a3e06f7006037c386" |