Generalize method for executing SPI flash image in M4 RAM.

This commit is contained in:
Jared Boone
2015-07-30 09:41:33 -07:00
parent d4c43044e0
commit b32f5e2239
4 changed files with 79 additions and 12 deletions
+5 -1
View File
@@ -22,6 +22,10 @@
#ifndef __M4_STARTUP_H__
#define __M4_STARTUP_H__
void m4_init();
#include <cstddef>
#include "spi_image.hpp"
void m4_init(const portapack::spi_flash::region_t from, void* const to);
#endif/*__M4_STARTUP_H__*/