From: Heinrich Schuchardt Date: Fri, 13 Jan 2023 19:02:28 +0000 (+0100) Subject: configs: enable poweroff command on QEMU ARM platforms X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1a064d05998c6d69de0e68b9916bde1f5998e829;p=u-boot.git configs: enable poweroff command on QEMU ARM platforms Enable the sysreset based poweroff command. It invokes PSCI. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 9335233152..2f46030855 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -63,6 +63,7 @@ CONFIG_DM_SCSI=y CONFIG_DEBUG_UART_PL011=y CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYSRESET=y +CONFIG_SYSRESET_CMD_POWEROFF=y CONFIG_SYSRESET_PSCI=y CONFIG_TPM2_MMIO=y CONFIG_USB=y diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig index 6373185f29..f0ee54658a 100644 --- a/configs/qemu_arm_defconfig +++ b/configs/qemu_arm_defconfig @@ -65,6 +65,7 @@ CONFIG_DM_SCSI=y CONFIG_DEBUG_UART_PL011=y CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYSRESET=y +CONFIG_SYSRESET_CMD_POWEROFF=y CONFIG_SYSRESET_PSCI=y CONFIG_TPM2_MMIO=y CONFIG_USB=y