This commit is contained in:
Markus Fröschle
2015-11-16 15:20:43 +00:00
parent ca2e65ad49
commit af3bd32d41
5 changed files with 379 additions and 376 deletions

View File

@@ -375,10 +375,11 @@ void BaS(void)
mmu_init();
xprintf("finished\r\n");
xprintf("copy EmuTOS: ");
xprintf("initialize Coldfire DMA: ");
dma_init();
xprintf("finished\r\n");
xprintf("copy EmuTOS: ");
/* copy EMUTOS */
src = (uint8_t *) EMUTOS;
dma_memcpy(dst, src, EMUTOS_SIZE);