u-boot: update to 2016.01

Signed-off-by: Jonathan Liu <net147@gmail.com>
pull/133/head
Jonathan Liu 2016-02-29 12:22:35 +11:00
parent 849a2266d5
commit 7401e9dd80
1 changed files with 4 additions and 6 deletions

View File

@ -25,14 +25,12 @@ DEFAULT_PREFERENCE_sun4i="1"
DEFAULT_PREFERENCE_sun5i="1"
DEFAULT_PREFERENCE_sun7i="1"
SRC_URI += "file://boot.cmd \
"
SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
file://boot.cmd"
SRCREV = "5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d"
SRCREV = "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
PV = "v2015.10${SRCPV}"
PE = "1"
PV = "v2016.01${SRCPV}"
SPL_BINARY="u-boot-sunxi-with-spl.bin"