diff options
author | Heiko Schocher <hs@denx.de> | 2010-06-17 07:01:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-29 23:03:40 +0200 |
commit | 161e4ae46046282fde6a69a0f1f80965f2a1b6f4 (patch) | |
tree | 32b86ea6c84ae6a26294459c61977bca191c5b93 /include/ppc_asm.tmpl | |
parent | 7030d56b7946c8db2e8082a9b84cd69b9540a0ca (diff) | |
download | u-boot-imx-161e4ae46046282fde6a69a0f1f80965f2a1b6f4.zip u-boot-imx-161e4ae46046282fde6a69a0f1f80965f2a1b6f4.tar.gz u-boot-imx-161e4ae46046282fde6a69a0f1f80965f2a1b6f4.tar.bz2 |
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.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 \ |