Skip to content
Snippets Groups Projects
Commit 342f551b authored by Stefan Roese's avatar Stefan Roese
Browse files

Disable memory controller before setting first values.

parent ef9e8685
No related branches found
No related tags found
No related merge requests found
......@@ -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)
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment