We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584c76b commit 75ae7eaCopy full SHA for 75ae7ea
hw/raspi.c
@@ -293,7 +293,7 @@ static void raspi_init(QEMUMachineInitArgs *args)
293
raspi_binfo.kernel_filename = args->kernel_filename;
294
raspi_binfo.kernel_cmdline = args->kernel_cmdline;
295
raspi_binfo.initrd_filename = args->initrd_filename;
296
- // raspi_binfo.board_id = board_id;
+ raspi_binfo.board_id = 0xc42;
297
298
// Quick and dirty "selector"
299
if (args->initrd_filename
0 commit comments