mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 20:11:50 +00:00
bdk: minerva: fix fsp op/wr check for l4t
This commit is contained in:
parent
c0c8fb263a
commit
9a80f8b4b5
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ void minerva_prep_boot_l4t()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do FSP WAR and scale to 800 MHz as boot freq.
|
// Do FSP WAR and scale to 800 MHz as boot freq.
|
||||||
bool fsp_opwr_enabled = !!(EMC(EMC_MRW3) & 0xC0);
|
bool fsp_opwr_disabled = !(EMC(EMC_MRW3) & 0xC0);
|
||||||
if (fsp_opwr_enabled)
|
if (fsp_opwr_disabled)
|
||||||
minerva_change_freq(FREQ_666);
|
minerva_change_freq(FREQ_666);
|
||||||
minerva_change_freq(FREQ_800);
|
minerva_change_freq(FREQ_800);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue