mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-06 10:25:13 -04:00
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>
This commit is contained in:
parent
5c4a3d431e
commit
c2efa0aa1e
@ -387,7 +387,7 @@ create_ccsr_new_tlb:
|
|||||||
tlbwe
|
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).
|
* for the virtual address of this TLB (CONFIG_SYS_CCSRBAR + 0x1000).
|
||||||
*/
|
*/
|
||||||
create_ccsr_old_tlb:
|
create_ccsr_old_tlb:
|
||||||
@ -446,7 +446,7 @@ create_temp_law:
|
|||||||
*/
|
*/
|
||||||
read_old_ccsrbar:
|
read_old_ccsrbar:
|
||||||
lwz r0, 0(r9) /* CCSRBARH */
|
lwz r0, 0(r9) /* CCSRBARH */
|
||||||
lwz r0, 4(r9) /* CCSRBARH */
|
lwz r0, 4(r9) /* CCSRBARL */
|
||||||
isync
|
isync
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user