Explorar o código

Disable memory controller before setting first values.

stroese %!s(int64=21) %!d(string=hai) anos
pai
achega
342f551bc9
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      cpu/ppc4xx/sdram.c

+ 5 - 0
cpu/ppc4xx/sdram.c

@@ -80,6 +80,11 @@ void sdram_init(void)
 		rtr = 0x05f00000;
 	}
 
+	/*
+	 * Disable memory controller.
+	 */
+	mtsdram0(mem_mcopt1, 0x00000000);
+
 	/*
 	 * Set MB0CF for bank 0. (0-128MB) Address Mode 3 since 13x10(4)
 	 */