lightning: Upgrade with LDR* fixes on ARMv5te or later ISAs

The code mixed the source/dest registers and violated the
ISA of needing an even register as the start. Some other
fixes as well.
This commit is contained in:
Holger Hans Peter Freyther 2014-11-21 16:59:18 +01:00
parent d5e3023c8f
commit 626c0f3256
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ LICENSE = "LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
SRC_URI = "git://git.sv.gnu.org/lightning.git;protocol=git"
SRCREV= "85ab988cd14233f431a9065633c0de81bca65250"
SRCREV= "2d3529ddb583f31b16ce747b7d7f68dd5849502e"
S = "${WORKDIR}/git"
PR = "r3"