ppc4xx: fdt: use fdt_fixup_ethernet()
[oweals/u-boot.git] / cpu / arm926ejs / start.S
index fc6b20b21e3f1c4d8a631238ea6883e3c8578438..725c6639a1e506054d74a7642291d5c058b5277f 100644 (file)
@@ -392,25 +392,3 @@ fiq:
        bl      do_fiq
 
 #endif
-
-# ifdef CONFIG_INTEGRATOR
-
-       /* Satisfied by Integrator routine (AP or CP) */
-
-#else
-
-       .align  5
-.globl reset_cpu
-reset_cpu:
-       ldr     r1, rstctl1     /* get clkm1 reset ctl */
-       mov     r3, #0x0
-       strh    r3, [r1]        /* clear it */
-       mov     r3, #0x8
-       strh    r3, [r1]        /* force dsp+arm reset */
-_loop_forever:
-       b       _loop_forever
-
-rstctl1:
-       .word   0xfffece10
-
-#endif /* #ifdef CONFIG_INTEGRATOR */