nb/intel/pineview/raminit.c: Remove unused variable
Change-Id: I1e0009677fda44faab2021e1c44827fdba803061 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30612 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
b03e994233
commit
66b462dd4f
|
@ -1062,7 +1062,7 @@ static void sdram_calibratehwpll(struct sysinfo *s)
|
|||
|
||||
static void sdram_dlltiming(struct sysinfo *s)
|
||||
{
|
||||
u8 reg8, i, pipost;
|
||||
u8 reg8, i;
|
||||
u16 reg16;
|
||||
u32 reg32;
|
||||
|
||||
|
@ -1119,7 +1119,6 @@ static void sdram_dlltiming(struct sysinfo *s)
|
|||
MCHBAR8(0x18e) = (MCHBAR8(0x18e) & ~0x7f) | 0x55;
|
||||
sdram_calibratehwpll(s);
|
||||
}
|
||||
pipost = 0x34;
|
||||
|
||||
MCHBAR32(0x248) = MCHBAR32(0x248) & ~(1 << 22);
|
||||
MCHBAR8(0x5d9) = MCHBAR8(0x5d9) & ~0x2;
|
||||
|
|
Loading…
Reference in New Issue