mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-08 11:31:44 +00:00
l4t: correct debug print
This commit is contained in:
parent
b584a3f53a
commit
db214f2865
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ static void _l4t_bpmpfw_b01_config(l4t_ctxt_t *ctxt)
|
||||||
// Enable table.
|
// Enable table.
|
||||||
BPMPFW_B01_DTB_EMC_TBL_ENABLE(tbl_idx);
|
BPMPFW_B01_DTB_EMC_TBL_ENABLE(tbl_idx);
|
||||||
|
|
||||||
UPRINTF("RAM Frequency set to: %d KHz. Voltage: %d mV\n", ram_oc_freq, ram_oc_volt);
|
UPRINTF("RAM Frequency set to: %d KHz. Voltage: %d mV\n", ram_oc_freq, ctxt->ram_oc_vdd2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save BPMP-FW entrypoint for TZ.
|
// Save BPMP-FW entrypoint for TZ.
|
||||||
|
|
Loading…
Reference in a new issue