]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/omap_sx1.c
Make default boot order machine specific
[mirror_qemu.git] / hw / omap_sx1.c
index 0f031215057e08a91466aef39beabf52e5de0ace..30998c5ff36a5dfbe08f1bc68e788fe199abafa2 100644 (file)
@@ -219,12 +219,14 @@ static QEMUMachine sx1_machine_v2 = {
     .name = "sx1",
     .desc = "Siemens SX1 (OMAP310) V2",
     .init = sx1_init_v2,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static QEMUMachine sx1_machine_v1 = {
     .name = "sx1-v1",
     .desc = "Siemens SX1 (OMAP310) V1",
     .init = sx1_init_v1,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void sx1_machine_init(void)