From 1bca046d23f121236560daccccb2f5b36fc317f0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 10 May 2013 18:09:39 +0200 Subject: [PATCH] u-boot: Build a new u-boot with increase system malloc This should be more than 10MB and should help with the ubifs recovery needed during boot. --- 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 70e15c8..05ee030 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 = "6633b83bf588ce21558a3bffb9e501479758c28b" +SRCREV = "f289f5ed90c462f6b8f18ed787e9c27fc142fb6c" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git"