diff options
| -rw-r--r-- | hw/arm/npcm8xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/npcm8xx.c b/hw/arm/npcm8xx.c index d14bf55cd7..a276fea698 100644 --- a/hw/arm/npcm8xx.c +++ b/hw/arm/npcm8xx.c @@ -365,6 +365,7 @@ static struct arm_boot_info npcm8xx_binfo = { .secure_boot = false, .board_id = -1, .board_setup_addr = NPCM8XX_BOARD_SETUP_ADDR, + .psci_conduit = QEMU_PSCI_CONDUIT_SMC, }; void npcm8xx_load_kernel(MachineState *machine, NPCM8xxState *soc) |