removed supervisor stuff/protect mode

This commit is contained in:
Markus Fröschle
2013-12-21 16:18:15 +00:00
parent ef5d8dcaaf
commit c6e5540ee3
7 changed files with 105 additions and 280 deletions

View File

@@ -254,7 +254,7 @@ void BaS(void)
xprintf("finished\r\n");
xprintf("enable MMU: ");
MCF_MMU_MMUCR = MCF_MMU_MMUCR_EN; /* MMU on */
MCF_MMU_MMUCR = MCF_MMU_MMUCR_EN; /* MMU on */
NOP(); /* force pipeline sync */
xprintf("finished\r\n");