Cosmetics (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2626 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6818245b1e
commit
7ea18cf5dd
@ -101,10 +101,10 @@ static void main(unsigned long bist)
|
|||||||
* Do _not_ check the area from 640 KB - 1 MB, as that's not really
|
* Do _not_ check the area from 640 KB - 1 MB, as that's not really
|
||||||
* RAM, but rather reserved for various other things:
|
* RAM, but rather reserved for various other things:
|
||||||
*
|
*
|
||||||
* - 640 KB 768 KB: Video Buffer Area
|
* - 640 KB - 768 KB: Video Buffer Area
|
||||||
* - 768 KB 896 KB: Expansion Area
|
* - 768 KB - 896 KB: Expansion Area
|
||||||
* - 896 KB 960 KB: Extended System BIOS Area
|
* - 896 KB - 960 KB: Extended System BIOS Area
|
||||||
* - 960 KB 1 MB: Memory (BIOS Area) - System BIOS Area
|
* - 960 KB - 1 MB: Memory (BIOS Area) - System BIOS Area
|
||||||
*
|
*
|
||||||
* Trying to check these areas will fail.
|
* Trying to check these areas will fail.
|
||||||
*/
|
*/
|
||||||
|
@ -519,8 +519,6 @@ static void sdram_enable(int controllers, const struct mem_controller *ctrl)
|
|||||||
/* 4. Mode register set. Wait two memory cycles. */
|
/* 4. Mode register set. Wait two memory cycles. */
|
||||||
PRINT_DEBUG("RAM Enable 4: Mode register set\r\n");
|
PRINT_DEBUG("RAM Enable 4: Mode register set\r\n");
|
||||||
do_ram_command(ctrl, RAM_COMMAND_MRS, 0x1d0);
|
do_ram_command(ctrl, RAM_COMMAND_MRS, 0x1d0);
|
||||||
// TODO: Is 0x1d0 correct?
|
|
||||||
// do_ram_command(ctrl, RAM_COMMAND_MRS, 0x1d0000);
|
|
||||||
mdelay(10);
|
mdelay(10);
|
||||||
mdelay(10);
|
mdelay(10);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user