re-enabled MMU

This commit is contained in:
Markus Fröschle
2012-11-04 11:23:48 +00:00
parent f0c7eb55e3
commit d02a99cc51
4 changed files with 11 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ void BaS(void)
MCF_INTC_IMRL = 0xffffff00; /* int 1-7 on */
MCF_INTC_IMRH = 0xbffffffe; /* psc3 and timer 0 int on */
//MCF_MMU_MMUCR = MCF_MMU_MMUCR_EN; /* MMU on */
MCF_MMU_MMUCR = MCF_MMU_MMUCR_EN; /* MMU on */
xprintf("finished\r\n");
xprintf("IDE reset: ");