fusee-secondary: reboot to fusee-primary, instead of rcm

This commit is contained in:
Michael Scire
2019-01-26 00:21:34 -08:00
parent ea02f389ac
commit 3f6325c358
5 changed files with 60 additions and 7 deletions

View File

@@ -122,6 +122,7 @@ void hexdump(const void* data, size_t size, uintptr_t addrbase);
__attribute__((noreturn)) void watchdog_reboot(void);
__attribute__((noreturn)) void pmc_reboot(uint32_t scratch0);
__attribute__((noreturn)) void reboot_to_fusee_primary(void);
__attribute__((noreturn)) void wait_for_button_and_reboot(void);
void wait_for_button(void);