[MIPS] Qemu system shutdown support
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
eae89076e6
commit
c583122c26
@@ -2,6 +2,8 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/time.h>
|
||||
|
||||
extern void qemu_reboot_setup(void);
|
||||
|
||||
#define QEMU_PORT_BASE 0xb4000000
|
||||
|
||||
const char *get_system_type(void)
|
||||
@@ -22,4 +24,6 @@ void __init plat_setup(void)
|
||||
{
|
||||
set_io_port_base(QEMU_PORT_BASE);
|
||||
board_timer_setup = qemu_timer_setup;
|
||||
|
||||
qemu_reboot_setup();
|
||||
}
|
||||
|
Reference in New Issue
Block a user