Fixed correct MCF_MMU_MMUCR usage.

This commit is contained in:
Vincent Rivière
2012-10-14 20:53:14 +00:00
parent 193aac3147
commit 4e6371ec0f

View File

@@ -21,7 +21,7 @@ void startup(void)
asm("move.l #__MMUBAR+1,d0\n\t");
asm("movec d0,MMUBAR"); /* set mmubar */
* (volatile uint32_t *) MCF_MMU_MMUCR = 0L; /* MMU off */
MCF_MMU_MMUCR = 0L; /* MMU off */
asm(
"|/* Initialize RAMBARs: locate SRAM and validate it */\n\t"