mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-24 07:08:49 +00:00
include: sbi: Remove opensbi specific reset type defines
We can now use the standard SBI SRST extension reset types instead of the opensbi specific (SBI_PLATFORM_RESET_xyz) reset types hence remove related opensbi specific defines. The "platform_" prefix of the reset type parameter of sbi_system_reset() function should also be removed. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
parent
54a7734d86
commit
c4acc60a46
5 changed files with 8 additions and 10 deletions
|
@ -12,6 +12,6 @@
|
|||
|
||||
#include <sbi/sbi_types.h>
|
||||
|
||||
void __noreturn sbi_system_reset(u32 platform_reset_type);
|
||||
void __noreturn sbi_system_reset(u32 reset_type);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue