dma_memcopy() for EmuTOS doesn't work yet - disabled

This commit is contained in:
Markus Fröschle
2013-11-06 07:15:05 +00:00
parent 893a58d294
commit ffbe8acd4d

View File

@@ -238,7 +238,7 @@ void BaS(void)
/* copy EMUTOS */ /* copy EMUTOS */
src = (uint8_t *) EMUTOS; src = (uint8_t *) EMUTOS;
dma_memcpy(dst, src, EMUTOS_SIZE); memcpy(dst, src, EMUTOS_SIZE);
xprintf("finished\r\n"); xprintf("finished\r\n");
xprintf("initialize MMU: "); xprintf("initialize MMU: ");