mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 01:51:17 -04:00
warmboot: add fuse bypass init
This commit is contained in:
parent
5f905c6b42
commit
a94bee71d2
8 changed files with 250 additions and 3 deletions
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
#define MISC_BASE (0x70000000)
|
||||
|
||||
#define MAKE_MISC_REG(n) MAKE_REG32(MISC_BASE + n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue