added copy of EmuTOS for m5484lite

This commit is contained in:
Markus Fröschle
2013-12-07 19:45:09 +00:00
parent 89b5ac1769
commit ca7e700ec4

View File

@@ -237,13 +237,9 @@ void BaS(void)
xprintf("copy EmuTOS: ");
/* copy EMUTOS */
#if MACHINE_FIREBEE
src = (uint8_t *) EMUTOS;
memcpy(dst, src, EMUTOS_SIZE);
xprintf("finished\r\n");
#elif MACHINE_M5484LITE
xprintf("not done\r\n");
#endif
xprintf("initialize MMU: ");
mmu_init();