commit | bb4bd677e1465eec8e46a23fcbc016719e1ccc9d | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Jun 17 07:01:40 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 29 23:03:40 2010 +0200 |
tree | 32b86ea6c84ae6a26294459c61977bca191c5b93 | |
parent | 491c8c7fd19fcaf1633be045ebbfd5fc2dd17353 [diff] |
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>
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 \