From 7aa38f075548d0a69f55fe4a1b89348134a6587c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 11 Jul 2014 12:18:38 +0200 Subject: [PATCH] uboot/ubl: Build newer version for toshiba flash Build newer version for the toshiba flash. Setting A1CR in the emif has been moved to ubl and depends on the NAND chip that is being used. --- recipes-sysmobts/ubl/ubl_git.bb | 2 +- recipes-sysmobts/uboot/u-boot_sysmocom.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/ubl/ubl_git.bb b/recipes-sysmobts/ubl/ubl_git.bb index ecd40c6..7163d48 100644 --- a/recipes-sysmobts/ubl/ubl_git.bb +++ b/recipes-sysmobts/ubl/ubl_git.bb @@ -7,7 +7,7 @@ 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 = "e564034a6062e0629c0139c4a4854c4698fcd008" +SRCREV = "43383917fde3cec70d0e09c6ea77302cd32b479f" SRCREV_sysmobts-v1 = "d04f24974a5b1e24cb9414ebc2e84a91848982c4" PV = "v0.2.11+git${SRCPV}" PR = "r3" diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index b70e9ad..e20956d 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 = "a031c0833b322258f5d7fe77efc965b9d4eead42" +SRCREV = "910946bf6a6d89e532cd509ebe9e0dbd80950daf" SRCREV_sysmobts-v1 = "40d74c99ac9d741857d1298617b186b1d4e148de" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git"