Minor stuff

This commit is contained in:
Aurora
2016-09-15 19:53:51 +02:00
parent 14152b3072
commit 2f915401dd
6 changed files with 43 additions and 53 deletions

View File

@@ -31,6 +31,7 @@ void main(void)
memcpy(payloadAddress, (void *)0x24F00000, payloadSize);
//Ensure that all memory transfers have completed and that the caches have been flushed
flushCaches();
((void (*)())payloadAddress)();