Skip to content
Snippets Groups Projects
Commit 161e4ae4 authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

powerpc: fix wrong comment at GOT definitions


r12 is used for accessing the GOT not r14. Fix this in the
comment.

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent 7030d56b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
* *
* Stolen from prepboot/bootldr.h, (C) 1998 Gabriel Paubert, paubert@iram.es * 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 \ #define START_GOT \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment