mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
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:
@@ -53,5 +53,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
imply NVME
|
imply NVME
|
||||||
imply SPL_RAM_SUPPORT
|
imply SPL_RAM_SUPPORT
|
||||||
imply SPL_RAM_DEVICE
|
imply SPL_RAM_DEVICE
|
||||||
|
imply SYSRESET
|
||||||
|
imply SYSRESET_SYSCON
|
||||||
|
imply CMD_POWEROFF
|
||||||
|
imply SYSRESET_CMD_POWEROFF
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user