mirror of
https://github.com/openRuyi-Project/opensbi.git
synced 2026-08-04 08:07:40 +00:00
043d088e39
Instead of having system_reset_check() and system_reset() callbacks in platform operations, it will be much simpler for reset driver to directly register these operations as a device to the sbi_system implementation. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>