From 35c33239eb6ecfdd1ca5592ad01c848072133055 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 6 Feb 2015 12:36:18 +0100 Subject: [PATCH] u-boot: Move the removal of the write protect to the beginning ubi part will write to the NAND as well so we should lift the write protect earlier. --- 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 989991e..d25c1eb 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 = "6653c39fc53350d21b3477573926da6969d034de" +SRCREV = "71497512280c9eac9be739ae0ca20eb21556bb92" SRCREV_sysmobts-v1 = "40d74c99ac9d741857d1298617b186b1d4e148de" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git"