mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 18:04:40 -04:00
[stage2] Refactor key_derivation type and function declarations
This commit is contained in:
parent
eb8573093d
commit
3ac3183c85
5 changed files with 76 additions and 76 deletions
|
@ -117,7 +117,7 @@ void nxboot_main(void) {
|
|||
nxboot_configure_exosphere();
|
||||
|
||||
/* Derive keydata. */
|
||||
derive_nx_keydata(MAILBOX_EXOSPHERE_CONFIGURATION->target_firmware);
|
||||
//derive_nx_keydata(MAILBOX_EXOSPHERE_CONFIGURATION->target_firmware);
|
||||
|
||||
if (loader_ctx->package2_loadfile.load_address == 0) {
|
||||
if (init_bcpkg2_device() == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue