diff --git a/nyx/nyx_gui/nyx.c b/nyx/nyx_gui/nyx.c index 62a70635..97a70ce4 100644 --- a/nyx/nyx_gui/nyx.c +++ b/nyx/nyx_gui/nyx.c @@ -425,7 +425,7 @@ void nyx_init_load_res() bpmp_clk_rate_get(); // 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_default_configuration();