From 31f86005b30f596a0d70c2ca74ad68d37933fe8b Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Sat, 29 Jun 2019 00:58:05 +0200 Subject: [PATCH] nmhw21: fix sumo u-boot revision Signed-off-by: Patrick Zysset --- recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb index 59ba5a9..83d1d70 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb @@ -7,7 +7,7 @@ UBOOT_MACHINE = "am335x_nmhw21_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 ?= "${AUTOREV}" +SRCREV ?= "5c5c0b98fe" PV = "v2016.05+git${SRCPV}" SPL_BINARY = "MLO"