diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-04-03 22:23:48 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-04-10 00:37:47 +0200 |
commit | f4149c68d416ab2d03e77fbc2e0c25431a49b186 (patch) | |
tree | 4a81e68de68e615d3f942bdf6b500c31ab76e844 /recipes-bsp/u-boot/u-boot-toradex_git.bb | |
parent | de2d306cde2f7804ce7a9672162dc2f11172aa7c (diff) |
u-boot: update to latest
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_git.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb index 87e1c69..bf715a7 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -17,8 +17,8 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" S = "${WORKDIR}/git" # This revision is based on upstream "v2016.11" -SRCREV = "cedf55d098b4b0af2815c92ee40576a4c899fcfb" -SRCBRANCH = "2016.11-toradex-next" +SRCREV = "60021a4daa9720ae89e31def9483a09a78ead049" +SRCBRANCH = "2016.11-toradex" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" PV = "2016.11" |