Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
[deliverable/linux.git] / arch / arm / plat-iop / restart.c
CommitLineData
bec92b1e
RK
1/*
2 * restart.c
3 *
4 * Copyright (C) 2001 MontaVista Software, Inc.
5 *
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>
9f97da78 11#include <asm/system_misc.h>
bec92b1e
RK
12#include <mach/hardware.h>
13
7b6d864b 14void iop3xx_restart(enum reboot_mode mode, const char *cmd)
bec92b1e
RK
15{
16 *IOP3XX_PCSR = 0x30;
17
18 /* Jump into ROM at address 0 */
19 soft_restart(0);
20}
This page took 0.230139 seconds and 5 git commands to generate.