From 66303d0d471897be66272ac78347c1c62123c74e Mon Sep 17 00:00:00 2001 From: CTCaer Date: Tue, 11 Jun 2024 12:41:13 +0300 Subject: [PATCH] hos: reinstate host1x disable --- bootloader/hos/hos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bootloader/hos/hos.c b/bootloader/hos/hos.c index cb92f4a..765b2d9 100644 --- a/bootloader/hos/hos.c +++ b/bootloader/hos/hos.c @@ -1166,6 +1166,7 @@ int hos_launch(ini_sec_t *cfg) // Disable display. This must be executed before secmon to provide support for all fw versions. display_end(); + clock_disable_host1x(); // Override uCID if set. EMC(EMC_SCRATCH0) = ctxt.ucid;