mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 07:04:24 -04:00
fusee_cpp: skeleton the remaining code flow
This commit is contained in:
parent
ecbf13e45d
commit
80999988d4
7 changed files with 151 additions and 4 deletions
|
@ -1099,6 +1099,9 @@ namespace ams::nxboot {
|
|||
} else /* if (soc_type == fuse::SocType_Mariko) */ {
|
||||
InitializeSdram<fuse::SocType_Mariko>(sdram_params);
|
||||
}
|
||||
|
||||
/* Lock DRAM scratch. */
|
||||
pmc::LockSecureRegister(pmc::SecureRegister_DramParameters);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue