From: Timur Tabi Date: Mon, 31 Oct 2011 18:30:42 +0000 (-0500) Subject: powerpc/85xx: fix some comments in the CCSR relocation code X-Git-Tag: v2011.12-rc1~222^2^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2efa0aa1e484448d553b37df9738095b113a71c;p=platform%2Fkernel%2Fu-boot.git powerpc/85xx: fix some comments in the CCSR relocation code Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S index 5e0d78d..275accc 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 /*