summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-12-18 16:48:15 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-29 09:34:59 -0200
commit89d5d5ff44395b93da3a1b6025f24e2897ca33bb (patch)
tree61e243500a6bac9c731468d44e46b81c343f7ed6 /recipes-bsp/u-boot/u-boot-fslc.inc
parente8c64f2adbd5922ca6858efac834abc49a7df3ce (diff)
downloadmeta-fsl-arm-89d5d5ff44395b93da3a1b6025f24e2897ca33bb.tar.gz
u-boot-fslc: Update to 2015.01-rc3 based version
This uses revision 5d396c3 which includes the 2015.01-rc3 development version with following changes on top of it: 5d396c3 wandboard: Changed mmcroot variable so kernel 3.10.31 boots c6d9bf7 iMX6: Change mmcroot to use fixed mmc block index for USDHC be9a741 embestmx6boards: Change default bootenv configuration ea9b369 wandboard: Use 32bit color depth for Fusion LCD 8e88da8 mx6sabresd: Use LDO dtb file until LDO bypass support is added 7d0f155 mx6slevk: Use LDO dtb file until LDO bypass support is added dcd7ac3 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT The repository URL has also been changed to point to the new Git repository name (u-boot-fslc), however the previous repository is still accessible to avoid breakage in old versions of meta-fsl-arm. Change-Id: I4be932c8621508dba4171bfab28aa4e2799aaece Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
index 19e2f98..83a76c0 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -19,7 +19,7 @@ PROVIDES += "u-boot"
19 19
20SRCBRANCH ??= "master" 20SRCBRANCH ??= "master"
21 21
22SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" 22SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25