diff options
| author | Wolfgang Denk <wd@denx.de> | 2006-06-14 17:52:00 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-14 17:52:00 +0200 | 
| commit | 007d67da94db86989c3d0ad0a9728391b7eed02b (patch) | |
| tree | b24a2708448b83ef0b372c1e3502b7908f54d283 /examples/stubs.c | |
| parent | 16c8d5e76ae0f78f39a60608574adfe0feb9cc70 (diff) | |
| parent | df02bd1b3f2eecca04bfecb62eae7c2ff698506a (diff) | |
| download | olio-uboot-2014.01-007d67da94db86989c3d0ad0a9728391b7eed02b.tar.xz olio-uboot-2014.01-007d67da94db86989c3d0ad0a9728391b7eed02b.zip | |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'examples/stubs.c')
| -rw-r--r-- | examples/stubs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/stubs.c b/examples/stubs.c index 250a9af6e..1caa57574 100644 --- a/examples/stubs.c +++ b/examples/stubs.c @@ -92,7 +92,7 @@ gd_t *global_data;  #x ":\n"				\  "	movhi	r8, %%hi(%0)\n"		\  "	ori	r8, r0, %%lo(%0)\n"	\ -"	add	r8, r0, r15\n"		\ +"	add	r8, r8, r15\n"		\  "	ldw	r8, 0(r8)\n"		\  "	ldw	r8, %1(r8)\n"		\  "	jmp	r8\n"			\ |