diff --git a/recipes-bsp/u-boot/u-boot_2015.10.bb b/recipes-bsp/u-boot/u-boot_2016.01.bb similarity index 88% rename from recipes-bsp/u-boot/u-boot_2015.10.bb rename to recipes-bsp/u-boot/u-boot_2016.01.bb index e8cdc11..9cfca79 100644 --- a/recipes-bsp/u-boot/u-boot_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot_2016.01.bb @@ -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"