dma_memcopy() for EmuTOS doesn't work yet - disabled
This commit is contained in:
@@ -238,7 +238,7 @@ void BaS(void)
|
||||
|
||||
/* copy EMUTOS */
|
||||
src = (uint8_t *) EMUTOS;
|
||||
dma_memcpy(dst, src, EMUTOS_SIZE);
|
||||
memcpy(dst, src, EMUTOS_SIZE);
|
||||
xprintf("finished\r\n");
|
||||
|
||||
xprintf("initialize MMU: ");
|
||||
|
||||
Reference in New Issue
Block a user