]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Update README about the new GOT ptr.
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Tue, 19 Jan 2010 13:41:58 +0000 (14:41 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jan 2010 18:30:15 +0000 (19:30 +0100)
commite6bee80814c3a0d7eab89d28142fe68c4a670f31
tree78622a77e356e93dd3fed7c4728b776358c7b2f0
parent0f8aa159175385ddd77bc91d11b9568583fbbd0c
ppc: Update README about the new GOT ptr.

r14 is no longer used as non volatile GOT ptr. Instead
the volatile r12 is used so be sure to do GET_GOT in
asm code when you need to access global data.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
README