(temporarily) disabled EmuTOS copy for m5484LITE

This commit is contained in:
Markus Fröschle
2013-11-07 19:44:16 +00:00
parent 466ddb6400
commit a45c195ee8

View File

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