summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2011-10-31 13:30:42 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-11-08 08:30:59 -0600
commitc2efa0aa1e484448d553b37df9738095b113a71c (patch)
tree468beff39e3da3b5b9d0ff56ce2e7f5f11cd5c3c /arch/powerpc/cpu
parent5c4a3d431e57c6eb9a7663905f47724fbf1f04dd (diff)
downloadblackbird-obmc-uboot-c2efa0aa1e484448d553b37df9738095b113a71c.tar.gz
blackbird-obmc-uboot-c2efa0aa1e484448d553b37df9738095b113a71c.zip
powerpc/85xx: fix some comments in the CCSR relocation code
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r--arch/powerpc/cpu/mpc85xx/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S
index 5e0d78d006..275accca5b 100644
--- a/arch/powerpc/cpu/mpc85xx/start.S
+++ b/arch/powerpc/cpu/mpc85xx/start.S
@@ -387,7 +387,7 @@ create_ccsr_new_tlb:
tlbwe
/*
- * Create a TLB for the old location of CCSR. Register R9 is reserved
+ * Create a TLB for the current location of CCSR. Register R9 is reserved
* for the virtual address of this TLB (CONFIG_SYS_CCSRBAR + 0x1000).
*/
create_ccsr_old_tlb:
@@ -446,7 +446,7 @@ create_temp_law:
*/
read_old_ccsrbar:
lwz r0, 0(r9) /* CCSRBARH */
- lwz r0, 4(r9) /* CCSRBARH */
+ lwz r0, 4(r9) /* CCSRBARL */
isync
/*
OpenPOWER on IntegriCloud