[U-Boot] [PATCH] powerpc: fix wrong comment at GOT definitions

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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/ppc_asm.tmpl b/include/ppc_asm.tmpl index 84de146..2db4784 100644 --- 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 r14 to access the GOT + * Uses r12 to access the GOT */
#define START_GOT \

Dear Heiko Schocher,
In message 4C19AC34.3020308@denx.de you wrote:
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Heiko Schocher
-
Wolfgang Denk