This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / boot / simple / head.S
index 5240532..fb58d4e 100644 (file)
@@ -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 */