hekate/nyx: remove coreboot support

Everything external is finally updated and beyond parity with old things that needed it.
This commit is contained in:
CTCaer
2026-01-12 04:04:08 +02:00
committed by NaGa
parent 4daa02fe85
commit 22dd1a42c7
5 changed files with 49 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2025 CTCaer
* Copyright (c) 2018-2026 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -938,7 +938,7 @@ static void _launch_hos(u8 autoboot, u8 autoboot_list)
sd_end();
emmc_end();
hw_deinit(false, 0);
hw_deinit(false);
(*main_ptr)();
}
@@ -957,7 +957,7 @@ void reload_nyx()
emmc_end();
sd_end();
hw_deinit(false, 0);
hw_deinit(false);
(*main_ptr)();
}