X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fboot%2Fsimple%2Fhead.S;h=fb58d4e4ab3f39708ec107225d0d89aeafb4a442;hb=f1227cd3e0e73c48b93368800aa89f4341103a00;hp=524053202bb4844232c5f3a57809f1d00ffba39d;hpb=340e2b1a4c74f653454348914c408420d5d3c28a;p=linux-2.6.git diff --git a/arch/ppc/boot/simple/head.S b/arch/ppc/boot/simple/head.S index 524053202..fb58d4e4a 100644 --- a/arch/ppc/boot/simple/head.S +++ b/arch/ppc/boot/simple/head.S @@ -52,7 +52,7 @@ start_: */ li r4,0x0000 isync - mtspr SPRN_HID0,r4 + mtspr HID0,r4 sync isync #endif @@ -135,6 +135,11 @@ haveOF: */ #endif +#ifdef CONFIG_EV64260 + /* Move 64260's base regs & CS window for external UART */ + bl ev64260_init +#endif + /* Get the load address. */ subi r3, r3, 4 /* Get the actual IP, not NIP */