]> git.sur5r.net Git - u-boot/blobdiff - cpu/i386/cpu.c
FSL LAW: Keep track of LAW allocations
[u-boot] / cpu / i386 / cpu.c
index f24e4ba525faef54db0be44af5e212e6c5c8e497..5fd37c72a6078fd8b1db611c47af7a275d933826 100644 (file)
@@ -50,8 +50,6 @@ int cpu_init(void)
 
 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
-       extern void reset_cpu(ulong addr);
-
        printf ("resetting ...\n");
        udelay(50000);                          /* wait 50 ms */
        disable_interrupts();