aboutsummaryrefslogtreecommitdiffstats
path: root/hw/axis_dev88.c
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-08-09 12:18:23 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-08-09 12:22:38 +0200
commitbbea04df9811ba3312aab93cbbafff3ff3a9aa02 (patch)
tree226c6e2625865c92e2417d969cb61162cd6e546b /hw/axis_dev88.c
parent032a7c4e425f1f0b71942768696f53f93947f8fa (diff)
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 <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/axis_dev88.c')
-rw-r--r--hw/axis_dev88.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c
index e0a8c14c1..1c83e9319 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)