projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7030d56
)
powerpc: fix wrong comment at GOT definitions
author
Heiko Schocher
<hs@denx.de>
Thu, 17 Jun 2010 05:01:40 +0000
(07:01 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 29 Jun 2010 21:03:40 +0000
(23:03 +0200)
r12 is used for accessing the GOT not r14. Fix this in the
comment.
Signed-off-by: Heiko Schocher <hs@denx.de>
include/ppc_asm.tmpl
patch
|
blob
|
history
diff --git
a/include/ppc_asm.tmpl
b/include/ppc_asm.tmpl
index 84de146e5dd1295068ba726bb699e86064fa41df..2db4784d3b1181a05f54ab2a615ff9963e80768e 100644
(file)
--- a/
include/ppc_asm.tmpl
+++ b/
include/ppc_asm.tmpl
@@
-35,7
+35,7
@@
*
* Stolen from prepboot/bootldr.h, (C) 1998 Gabriel Paubert, paubert@iram.es
*
- * Uses r1
4
to access the GOT
+ * Uses r1
2
to access the GOT
*/
#define START_GOT \