arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-iop32x / restart.c
blob3dfa54d3a7a8a579bc00ba54cc4100ef278803e2
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * restart.c
5 * Copyright (C) 2001 MontaVista Software, Inc.
6 */
7 #include <asm/system_misc.h>
8 #include "hardware.h"
9 #include "iop3xx.h"
11 void iop3xx_restart(enum reboot_mode mode, const char *cmd)
13 *IOP3XX_PCSR = 0x30;
15 /* Jump into ROM at address 0 */
16 soft_restart(0);