Remove some unused code from gx2/raminit.c.
This is Abuild and boot tested. Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6016 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e98db798c9
commit
a215b0f0be
1 changed files with 0 additions and 6 deletions
|
@ -460,12 +460,6 @@ static void sdram_set_registers(const struct mem_controller *ctrl)
|
|||
msr.lo &= ~0xC0;
|
||||
msr.lo |= 0x0; /* set refresh to 4SDRAM clocks */
|
||||
wrmsr(msrnum, msr);
|
||||
|
||||
/* Memory Interleave: Set HOI here otherwise default is LOI */
|
||||
/* msrnum = MC_CF8F_DATA;
|
||||
msr = rdmsr(msrnum);
|
||||
msr.hi |= CF8F_UPPER_HOI_LOI_SET;
|
||||
wrmsr(msrnum, msr); */
|
||||
}
|
||||
|
||||
static void sdram_set_spd_registers(const struct mem_controller *ctrl)
|
||||
|
|
Loading…
Reference in a new issue