diff options
| author | wdenk <wdenk> | 2003-06-26 22:04:09 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-06-26 22:04:09 +0000 | 
| commit | 993cad9364c6b87ae429d1ed1130d8153f6f027e (patch) | |
| tree | 43faaa643caeaacec331db78850a5a4834bad354 /board/rsdproto/flash_asm.S | |
| parent | b783edaee8252bfdba3f7b3fd29519a81ce71e42 (diff) | |
| download | olio-uboot-2014.01-993cad9364c6b87ae429d1ed1130d8153f6f027e.tar.xz olio-uboot-2014.01-993cad9364c6b87ae429d1ed1130d8153f6f027e.zip | |
* Patches by Robert Schwebel, 26 Jun 2003:U-Boot-0_4_0
  - logdl
  - csb226
  - innokom
* Patch by Pantelis Antoniou, 25 Jun 2003:
  update NetVia with V2 board support
Diffstat (limited to 'board/rsdproto/flash_asm.S')
| -rw-r--r-- | board/rsdproto/flash_asm.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/rsdproto/flash_asm.S b/board/rsdproto/flash_asm.S index c65fb8704..557cac027 100644 --- a/board/rsdproto/flash_asm.S +++ b/board/rsdproto/flash_asm.S @@ -26,7 +26,7 @@  #include <ppc_asm.tmpl>  #include <ppc_defs.h> -.globl	ull_write +	.globl	ull_write  ull_write:  	lfd		0,0(r4)  	stfd	0,0(r3) |