hw20:uboot: Use autorev to get latest version of uboot

This commit is contained in:
Alexandre Bard 2019-04-16 14:29:05 +02:00
parent 70f3ce5545
commit 442fbdcd7b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ UBOOT_MACHINE = "am335x_nrhw20_defconfig"
SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule"
# Should be updated when a new U-Boot Version is available
SRCREV ?= "88720cc579ddc712aa73a61e3426fe4bd1b8628e"
SRCREV ?= "${AUTOREV}"
PV = "v2016.05+git${SRCPV}"
SPL_BINARY = "MLO"