From bbea04df9811ba3312aab93cbbafff3ff3a9aa02 Mon Sep 17 00:00:00 2001 From: Edgar E. Iglesias Date: Tue, 9 Aug 2011 12:18:23 +0200 Subject: etrax: Remove hw/etraxfs.c. The Bare ETRAX FS board was a fictive machine that I used when developing the CRIS system emulation. Since we support the real AXIS-dev88 developer boards, there is no reason to keep the fictive one around. This commit also removes the double registration of the axis-dev88 board. Signed-off-by: Edgar E. Iglesias --- hw/axis_dev88.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/axis_dev88.c') diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c index e0a8c14c12..1c83e93194 100644 --- a/hw/axis_dev88.c +++ b/hw/axis_dev88.c @@ -350,6 +350,7 @@ static QEMUMachine axisdev88_machine = { .name = "axis-dev88", .desc = "AXIS devboard 88", .init = axisdev88_init, + .is_default = 1, }; static void axisdev88_machine_init(void) -- cgit v1.2.3-55-g7522