diff options
Diffstat (limited to 'arch/mips/qemu/q-setup.c')
| -rw-r--r-- | arch/mips/qemu/q-setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/qemu/q-setup.c b/arch/mips/qemu/q-setup.c index 23d34c1917c0..969cedc8d8b9 100644 --- a/arch/mips/qemu/q-setup.c +++ b/arch/mips/qemu/q-setup.c | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | extern void qemu_reboot_setup(void); | 7 | extern void qemu_reboot_setup(void); |
| 8 | 8 | ||
| 9 | #define QEMU_PORT_BASE 0xb4000000 | ||
| 10 | |||
| 11 | const char *get_system_type(void) | 9 | const char *get_system_type(void) |
| 12 | { | 10 | { |
| 13 | return "Qemu"; | 11 | return "Qemu"; |
| @@ -20,6 +18,5 @@ void __init plat_time_init(void) | |||
| 20 | 18 | ||
| 21 | void __init plat_mem_setup(void) | 19 | void __init plat_mem_setup(void) |
| 22 | { | 20 | { |
| 23 | set_io_port_base(QEMU_PORT_BASE); | ||
| 24 | qemu_reboot_setup(); | 21 | qemu_reboot_setup(); |
| 25 | } | 22 | } |
