]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: fix wrong comment at GOT definitions
authorHeiko Schocher <hs@denx.de>
Thu, 17 Jun 2010 05:01:40 +0000 (07:01 +0200)
committerWolfgang 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

index 84de146e5dd1295068ba726bb699e86064fa41df..2db4784d3b1181a05f54ab2a615ff9963e80768e 100644 (file)
@@ -35,7 +35,7 @@
  *
  * Stolen from prepboot/bootldr.h, (C) 1998 Gabriel Paubert, paubert@iram.es
  *
- * Uses r14 to access the GOT
+ * Uses r12 to access the GOT
  */
 
 #define START_GOT                      \