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

@@ -436,7 +436,7 @@ void hw_init()
clock_enable_host1x();
}
void hw_reinit_workaround(bool coreboot, u32 bl_magic)
void hw_deinit(bool coreboot, u32 bl_magic)
{
bool tegra_t210 = hw_get_chip_id() == GP_HIDREV_MAJOR_T210;