fixed comments; cleanup

This commit is contained in:
Markus Fröschle
2013-11-06 07:07:54 +00:00
parent 02d182395d
commit c663744764

View File

@@ -229,7 +229,7 @@ void BaS(void)
uint8_t *src;
uint8_t *dst = (uint8_t *) TOS;
#ifdef MACHINE_FIREBEE /* LITE board has no pic and (currently) no nvram */
#if MACHINE_FIREBEE /* LITE board has no pic and (currently) no nvram */
pic_init();
nvram_init();
#endif /* MACHINE_FIREBEE */
@@ -238,7 +238,7 @@ void BaS(void)
/* copy EMUTOS */
src = (uint8_t *) EMUTOS;
//dma_memcpy(dst, src, EMUTOS_SIZE);
dma_memcpy(dst, src, EMUTOS_SIZE);
xprintf("finished\r\n");
xprintf("initialize MMU: ");