From 9fd7612abd2b508c062642cb2b955ce99a258bea Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 19 May 2014 19:40:24 +0200 Subject: [PATCH] ubl/u-boot: Upgrade for NAND redundancy patches Let's flash multiple copies of UBL and U-Boot to cope better with NAND bits flipping in these sectors. To fit multiple copies of U-Boot into the flash we had to move the rootfs a bit to the end. --- recipes-sysmobts/ubl/ubl_git.bb | 3 ++- recipes-sysmobts/uboot/u-boot_sysmocom.inc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/ubl/ubl_git.bb b/recipes-sysmobts/ubl/ubl_git.bb index 83f61c6..ecd40c6 100644 --- a/recipes-sysmobts/ubl/ubl_git.bb +++ b/recipes-sysmobts/ubl/ubl_git.bb @@ -7,7 +7,8 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://ubl.c;beginline=1;endline=22;md5=806283bb3c475d9082e41f09020373ff" SRC_URI = "git://git.sysmocom.de/sysmo-bts/ubl;protocol=git;branch=master" -SRCREV = "d04f24974a5b1e24cb9414ebc2e84a91848982c4" +SRCREV = "e564034a6062e0629c0139c4a4854c4698fcd008" +SRCREV_sysmobts-v1 = "d04f24974a5b1e24cb9414ebc2e84a91848982c4" PV = "v0.2.11+git${SRCPV}" PR = "r3" S = "${WORKDIR}/git" diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index fa8e2f9..b70e9ad 100644 --- a/recipes-sysmobts/uboot/u-boot_sysmocom.inc +++ b/recipes-sysmobts/uboot/u-boot_sysmocom.inc @@ -1,5 +1,6 @@ SRC_URI = "git://git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=git" -SRCREV = "40d74c99ac9d741857d1298617b186b1d4e148de" +SRCREV = "a031c0833b322258f5d7fe77efc965b9d4eead42" +SRCREV_sysmobts-v1 = "40d74c99ac9d741857d1298617b186b1d4e148de" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git"