(temporarily) disabled EmuTOS copy for m5484LITE
This commit is contained in:
@@ -237,9 +237,13 @@ 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();
|
||||
|
||||
Reference in New Issue
Block a user