mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
Disable memory controller before setting first values.
This commit is contained in:
parent
ef9e86854e
commit
342f551bc9
@ -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)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user