From b99d5d2d501b705c7e932ad1fc7e483e4b34d18c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 5 Feb 2015 20:34:20 +0100 Subject: [PATCH] u-boot: Build new version with "nand rem.nwp" Now reading the command it should probably be add.nwp or rem.wp but so is life. We can add an alias for add.nwp in a future version. The boot, recovery and fwup command have been changed to issue nand rem.nwp before touching the flash. --- recipes-sysmobts/uboot/u-boot_sysmocom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index c720fd4..989991e 100644 --- a/recipes-sysmobts/uboot/u-boot_sysmocom.inc +++ b/recipes-sysmobts/uboot/u-boot_sysmocom.inc @@ -1,5 +1,5 @@ SRC_URI = "git://git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=git" -SRCREV = "910946bf6a6d89e532cd509ebe9e0dbd80950daf" +SRCREV = "6653c39fc53350d21b3477573926da6969d034de" SRCREV_sysmobts-v1 = "40d74c99ac9d741857d1298617b186b1d4e148de" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git"