summaryrefslogtreecommitdiffstats
path: root/include/ppc_asm.tmpl
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-06-17 07:01:40 +0200
committerWolfgang Denk <wd@denx.de>2010-06-29 23:03:40 +0200
commit161e4ae46046282fde6a69a0f1f80965f2a1b6f4 (patch)
tree32b86ea6c84ae6a26294459c61977bca191c5b93 /include/ppc_asm.tmpl
parent7030d56b7946c8db2e8082a9b84cd69b9540a0ca (diff)
downloadblackbird-obmc-uboot-161e4ae46046282fde6a69a0f1f80965f2a1b6f4.tar.gz
blackbird-obmc-uboot-161e4ae46046282fde6a69a0f1f80965f2a1b6f4.zip
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>
Diffstat (limited to 'include/ppc_asm.tmpl')
-rw-r--r--include/ppc_asm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ppc_asm.tmpl b/include/ppc_asm.tmpl
index 84de146e5d..2db4784d3b 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 \
OpenPOWER on IntegriCloud