From e2ab56be8fde00721d721bdfbee343070f7a2f7d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 11 Jul 2012 07:33:19 +0200 Subject: [PATCH] ubl: Initialize the UART0/UART1 on the sysmobts-v2 This is fixing the early printf inside u-boot. --- recipes-sysmobts/ubl/ubl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/ubl/ubl_git.bb b/recipes-sysmobts/ubl/ubl_git.bb index 8ba7ac7..ded4b7a 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@git.sysmocom.de/sysmo-bts/ubl;protocol=ssh;branch=master" -SRCREV = "8bb73db43ad50db13ebb44aa28ea75ceda57ba52" +SRCREV = "a36a9de3ef4e333b8d82e713231054b978edcb04" PV = "v0.2.11+git${SRCPV}" PR = "r2" S = "${WORKDIR}/git"