From 3af536f954a9c4f6a83725c63cf42ed819e572ef Mon Sep 17 00:00:00 2001 From: CTCaer Date: Thu, 27 Nov 2025 12:38:52 +0200 Subject: [PATCH] nyx: do init always with lowest clock boost --- nyx/nyx_gui/nyx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/nyx_gui/nyx.c b/nyx/nyx_gui/nyx.c index 722a5f0f..cfecddbb 100644 --- a/nyx/nyx_gui/nyx.c +++ b/nyx/nyx_gui/nyx.c @@ -426,7 +426,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();