From 993cad9364c6b87ae429d1ed1130d8153f6f027e Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 26 Jun 2003 22:04:09 +0000 Subject: * Patches by Robert Schwebel, 26 Jun 2003: - logdl - csb226 - innokom * Patch by Pantelis Antoniou, 25 Jun 2003: update NetVia with V2 board support --- board/rsdproto/flash_asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/rsdproto') diff --git a/board/rsdproto/flash_asm.S b/board/rsdproto/flash_asm.S index c65fb87040..557cac0279 100644 --- a/board/rsdproto/flash_asm.S +++ b/board/rsdproto/flash_asm.S @@ -26,7 +26,7 @@ #include #include -.globl ull_write + .globl ull_write ull_write: lfd 0,0(r4) stfd 0,0(r3) -- cgit