mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 03:58:18 -04:00
Merge branch 'mpc86xx'
This commit is contained in:
commit
bee01a3c16
@ -1196,13 +1196,6 @@ secondary_cpu_setup:
|
|||||||
sync
|
sync
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* setup the bats */
|
|
||||||
bl setup_bats
|
|
||||||
sync
|
|
||||||
/* enable address translation */
|
|
||||||
bl enable_addr_trans
|
|
||||||
sync
|
|
||||||
|
|
||||||
/* enable and invalidate the data cache */
|
/* enable and invalidate the data cache */
|
||||||
bl dcache_enable
|
bl dcache_enable
|
||||||
sync
|
sync
|
||||||
@ -1211,14 +1204,6 @@ secondary_cpu_setup:
|
|||||||
bl icache_enable
|
bl icache_enable
|
||||||
sync
|
sync
|
||||||
|
|
||||||
/* Set up MSR and HID0, HID1*/
|
|
||||||
/* Enable interrupts */
|
|
||||||
/* mfmsr r28
|
|
||||||
li r4,0
|
|
||||||
ori r4,r4,MSR_EE
|
|
||||||
or r28,r28,r4
|
|
||||||
mtmsr r28
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* TBEN in HID0 */
|
/* TBEN in HID0 */
|
||||||
mfspr r4, HID0
|
mfspr r4, HID0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user