bdk: hwinit: rename reinit_workaround to deinit

This commit is contained in:
CTCaer
2024-05-19 10:49:25 +03:00
parent 7af343dd6c
commit ae29f359ee
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ extern u32 hw_rst_status;
extern u32 hw_rst_reason;
void hw_init();
void hw_reinit_workaround(bool coreboot, u32 magic);
void hw_deinit(bool coreboot, u32 magic);
void hw_config_arbiter(bool reset);
u32 hw_get_chip_id();