riscv: qemu: Add syscon reboot and poweroff support

This adds syscon reboot and poweroff support to QEMU RISC-V.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
This commit is contained in:
Bin Meng 2020-06-22 22:29:45 -07:00 committed by Andes
parent 9cdfade85e
commit a0cc38ab44

View File

@ -53,5 +53,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply NVME
imply SPL_RAM_SUPPORT
imply SPL_RAM_DEVICE
imply SYSRESET
imply SYSRESET_SYSCON
imply CMD_POWEROFF
imply SYSRESET_CMD_POWEROFF
endif