mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
This commit is contained in:
commit
81005758bc
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ tlbtab:
|
||||||
reconfig_tlb0:
|
reconfig_tlb0:
|
||||||
sync
|
sync
|
||||||
isync
|
isync
|
||||||
addi r4,r0,0x0000 /* TLB entry #0 */
|
addi r4,r0,CONFIG_SYS_TLB_FOR_BOOT_FLASH /* TLB entry # */
|
||||||
lis r5,TLB00@h
|
lis r5,TLB00@h
|
||||||
ori r5,r5,TLB00@l
|
ori r5,r5,TLB00@l
|
||||||
tlbwe r5,r4,0x0000 /* Save it out */
|
tlbwe r5,r4,0x0000 /* Save it out */
|
||||||
|
|
Loading…
Reference in a new issue