From 81d852c38d84c27112dc279c82f38489264e9abd Mon Sep 17 00:00:00 2001 From: Michel Date: Mon, 23 Feb 2009 14:44:26 +0000 Subject: [PATCH] [MINI2440] Added the board to qemu proper Register the mini2440 with the other boards --- hw/boards.h | 2 ++ target-arm/machine.c | 1 + 2 files changed, 3 insertions(+) diff --git a/hw/boards.h b/hw/boards.h index 1e625942f8..7fadb46e67 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -128,4 +128,6 @@ extern QEMUMachine musicpal_machine; /* tosa.c */ extern QEMUMachine tosapda_machine; +extern QEMUMachine mini2440_machine; + #endif diff --git a/target-arm/machine.c b/target-arm/machine.c index 323bace307..98c96a8da8 100644 --- a/target-arm/machine.c +++ b/target-arm/machine.c @@ -23,6 +23,7 @@ void register_machines(void) qemu_register_machine(&mainstone2_machine); qemu_register_machine(&musicpal_machine); qemu_register_machine(&tosapda_machine); + qemu_register_machine(&mini2440_machine); } void cpu_save(QEMUFile *f, void *opaque) -- 2.11.4.GIT