diff options
-rw-r--r-- | cpu/ppc4xx/sdram.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/ppc4xx/sdram.c b/cpu/ppc4xx/sdram.c index d4552a1..7c931f0 100644 --- a/cpu/ppc4xx/sdram.c +++ b/cpu/ppc4xx/sdram.c @@ -81,6 +81,11 @@ void sdram_init(void) } /* + * Disable memory controller. + */ + mtsdram0(mem_mcopt1, 0x00000000); + + /* * Set MB0CF for bank 0. (0-128MB) Address Mode 3 since 13x10(4) */ mtsdram0(mem_mb0cf, 0x000A4001); |