From 6b5316dcfa8e39d589e0a85e2f3e8063111245c8 Mon Sep 17 00:00:00 2001 From: David Given Date: Wed, 22 May 2013 00:52:58 +0100 Subject: [PATCH] More typo fixes. --HG-- branch : dtrg-videocore --- plat/rpi/boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/rpi/boot.s b/plat/rpi/boot.s index f5c8bafd4..e190f2ae3 100644 --- a/plat/rpi/boot.s +++ b/plat/rpi/boot.s @@ -43,7 +43,7 @@ begtext: mov r2, #0 _1: stb r2, (r0) - addcmpb.lt r2, #1, r1, _1 + addcmpb.lt r0, #1, r1, _1 ! Push standard parameters onto the stack and go. -- 2.34.1