diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-05-06 17:48:16 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-12 10:06:08 +0200 |
commit | e73f712ac887d8f2d4dfc0b87c40bce1946aff76 (patch) | |
tree | 96d6827beeb038e599ede1aae029e5dc3b9712ce /recipes-bsp | |
parent | c0aff9278241f474d4eedb679785d16adac35f3c (diff) |
update to latest u-boot
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb index 167740e..05f8bff 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb @@ -10,9 +10,9 @@ PR = "r0" S = "${WORKDIR}/git" -SRCREV_colibri-vf = "98ec78b1f28627e6d09972e2b1237c2ef8f161d9" +SRCREV_colibri-vf = "2da77958e96151295e72f8f85aee352d0b4010fe" SRCBRANCH_colibri-vf = "2015.04-toradex-next" -SRCREV_mx6 = "98ec78b1f28627e6d09972e2b1237c2ef8f161d9" +SRCREV_mx6 = "2da77958e96151295e72f8f85aee352d0b4010fe" SRCBRANCH_mx6 = "2015.04-toradex-next" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" |