mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
sept: don't lock out fuses for hekate's sake
This commit is contained in:
parent
846f610fff
commit
6d5d97cfcd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void fuse_wait_idle(void);
|
||||||
void fuse_init(void) {
|
void fuse_init(void) {
|
||||||
/* Make all fuse registers visible, disable the private key and disable programming. */
|
/* Make all fuse registers visible, disable the private key and disable programming. */
|
||||||
clkrst_enable_fuse_regs(true);
|
clkrst_enable_fuse_regs(true);
|
||||||
fuse_disable_private_key();
|
/* fuse_disable_private_key(); */
|
||||||
fuse_disable_programming();
|
fuse_disable_programming();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue