mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 01:21:18 -04:00
Fix lock clear in warmboot_main
This commit is contained in:
parent
3e128a8b3e
commit
4c38be1560
3 changed files with 19 additions and 8 deletions
|
@ -56,12 +56,13 @@ void __attribute__((noreturn)) warmboot_main(void) {
|
|||
clkrst_disable(CARDEVICE_I2C1);
|
||||
}
|
||||
|
||||
clear_user_smc_in_progress();
|
||||
|
||||
if (mkey_get_revision() >= MASTERKEY_REVISION_400_CURRENT) {
|
||||
setup_4x_mmio(); /* TODO */
|
||||
}
|
||||
}
|
||||
|
||||
clear_priv_smc_in_progress();
|
||||
setup_current_core_state();
|
||||
|
||||
/* Update SCR_EL3 depending on value in Bootconfig. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue