bdk: hwinit: remove coreboot support

Everything external is finally updated and beyond parity with old things that needed it.
This commit is contained in:
CTCaer
2026-01-12 03:57:39 +02:00
parent bf5a7b1a12
commit 8ab6f04243
4 changed files with 7 additions and 35 deletions

View File

@@ -276,7 +276,7 @@ void power_set_state(power_state_t state)
sd_end();
// De-initialize and power down various hardware.
hw_deinit(false, 0);
hw_deinit(false);
// Set power state.
switch (state)