]> Git Repo - qemu.git/blobdiff - hw/exynos4_boards.c
Make default boot order machine specific
[qemu.git] / hw / exynos4_boards.c
index b26796847b540377ec2353341b61a3948173695c..968bcc3c328d72a82b92790f67ee0ec672d83f12 100644 (file)
@@ -150,12 +150,14 @@ static QEMUMachine exynos4_machines[EXYNOS4_NUM_OF_BOARDS] = {
         .desc = "Samsung NURI board (Exynos4210)",
         .init = nuri_init,
         .max_cpus = EXYNOS4210_NCPUS,
+        DEFAULT_MACHINE_OPTIONS,
     },
     [EXYNOS4_BOARD_SMDKC210] = {
         .name = "smdkc210",
         .desc = "Samsung SMDKC210 board (Exynos4210)",
         .init = smdkc210_init,
         .max_cpus = EXYNOS4210_NCPUS,
+        DEFAULT_MACHINE_OPTIONS,
     },
 };
 
This page took 0.023786 seconds and 4 git commands to generate.