bf60x: sec: Clean up interrupt initialization code for SEC.
[linux-2.6/libata-dev.git] / arch / arm / plat-iop / restart.c
blob33fa699a4d28ff88104cd36c7094ef00f6caeefb
1 /*
2 * restart.c
4 * Copyright (C) 2001 MontaVista Software, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10 #include <asm/hardware/iop3xx.h>
11 #include <asm/system_misc.h>
12 #include <mach/hardware.h>
14 void iop3xx_restart(char mode, const char *cmd)
16 *IOP3XX_PCSR = 0x30;
18 /* Jump into ROM at address 0 */
19 soft_restart(0);