fusee: Move nxboot hand-off to IRAM.

fusee/exosphere: Minor cleanup.
This commit is contained in:
hexkyz
2018-09-15 21:08:58 +01:00
parent d61ec20679
commit 39d812f434
19 changed files with 370 additions and 290 deletions

View File

@@ -43,6 +43,7 @@ typedef struct {
uint32_t boot_reason_state;
} boot_reason_t;
void nxboot_main(void);
uint32_t nxboot_main(void);
void nxboot_finish(uint32_t boot_memaddr);
#endif