diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-08 12:31:27 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-08 12:31:27 +0100 |
commit | 921e169d61dbcbdb57457f8c24e0bf14e581341c (patch) | |
tree | 5ae17b9a825f8ac0e898e56a062f569faf139ce6 /hw/ppc440_bamboo.c | |
parent | 70539e1850ddd3a7ee6f9a8db7bd8e81b85225a4 (diff) |
ppc: don't define bamboo-0.13 as the default machine
It has been broken by commit 977b6b91cee1132f8c7b12d22f4b273091598e44.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/ppc440_bamboo.c')
-rw-r--r-- | hw/ppc440_bamboo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c index 8a50836b2d..efe5a77bab 100644 --- a/hw/ppc440_bamboo.c +++ b/hw/ppc440_bamboo.c @@ -177,7 +177,6 @@ static QEMUMachine bamboo_machine = { .alias = "bamboo", .desc = "bamboo", .init = bamboo_init, - .is_default = 1, }; static QEMUMachine bamboo_machine_v0_12 = { |