Merge remote-tracking branch 'mjt/trivial-patches' into staging
[qemu.git] / hw / lm32 / lm32_boards.c
index 62003b85850fffa7bf87ea7f82468551c704313c..c032bb8b963c854ae173a201aa7922b3343bdc49 100644 (file)
@@ -289,7 +289,6 @@ static QEMUMachine lm32_evr_machine = {
     .desc = "LatticeMico32 EVR32 eval system",
     .init = lm32_evr_init,
     .is_default = 1,
-    DEFAULT_MACHINE_OPTIONS,
 };
 
 static QEMUMachine lm32_uclinux_machine = {
@@ -297,7 +296,6 @@ static QEMUMachine lm32_uclinux_machine = {
     .desc = "lm32 platform for uClinux and u-boot by Theobroma Systems",
     .init = lm32_uclinux_init,
     .is_default = 0,
-    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void lm32_machine_init(void)
This page took 0.023431 seconds and 4 git commands to generate.