nyx: do init always with lowest clock boost

This commit is contained in:
CTCaer
2025-11-27 12:38:52 +02:00
parent 6cf7c645df
commit 98960a72d8

View File

@@ -425,7 +425,7 @@ void nyx_init_load_res()
bpmp_clk_rate_get(); bpmp_clk_rate_get();
// Set a modest clock for init. It will be restored later if possible. // Set a modest clock for init. It will be restored later if possible.
bpmp_clk_rate_set(BPMP_CLK_LOWER_BOOST); bpmp_clk_rate_set(BPMP_CLK_LOWEST_BOOST);
// Set bootloader's default configuration. // Set bootloader's default configuration.
set_default_configuration(); set_default_configuration();