reenable instruction MMU

This commit is contained in:
Thomas Doerfler
2007-10-26 14:37:59 +00:00
parent 99e65f9c28
commit 933f743544
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* startup/cpuinit.c: reenable instruction MMU
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* README.mpc8349eamds: added file

View File

@@ -198,7 +198,7 @@ void cpu_init(void)
/*
* enable data/instruction MMU in MSR
*/
_write_MSR(_read_MSR() | MSR_DR/* | MSR_IR*/);
_write_MSR(_read_MSR() | MSR_DR | MSR_IR);
/*
* enable FPU in MSR