u-boot: Update to 2016.09.01 release

Upgrade U-Boot to the latest version.

(From OE-Core rev: 7f5f8bec25bc05acb7b6584e41e1067107b216dc)

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marek Vasut 2016-09-04 12:50:01 +02:00 committed by Richard Purdie
parent f46e54c7c9
commit 49ec5bae8a
4 changed files with 3 additions and 5 deletions

View File

@ -3,14 +3,12 @@ SECTION = "bootloaders"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
PE = "1"
# This revision corresponds to the tag "v2016.03"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9"
PV = "v2016.03+git${SRCPV}"
SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y"
S = "${WORKDIR}/git"