nb/amd/amdmct/mct_ddr3/mct_d.c: Remove variable set but not used
Change-Id: Icd9c0541d9006f4ebddcefff9d2355056af0c5c4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32972 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
1a7623bc1a
commit
156936b771
|
@ -3810,7 +3810,7 @@ static void HTMemMapInit_D(struct MCTStatStruc *pMCTstat,
|
|||
{
|
||||
u8 Node;
|
||||
u32 NextBase, BottomIO;
|
||||
u8 _MemHoleRemap, DramHoleBase, DramHoleOffset;
|
||||
u8 _MemHoleRemap, DramHoleBase;
|
||||
u32 HoleSize, DramSelBaseAddr;
|
||||
|
||||
u32 val;
|
||||
|
@ -3869,7 +3869,6 @@ static void HTMemMapInit_D(struct MCTStatStruc *pMCTstat,
|
|||
if ((DramSelBaseAddr > 0) && (DramSelBaseAddr < BottomIO))
|
||||
base = DramSelBaseAddr;
|
||||
val = ((base + HoleSize) >> (24-8)) & 0xFF;
|
||||
DramHoleOffset = val;
|
||||
val <<= 8; /* shl 16, rol 24 */
|
||||
val |= DramHoleBase << 24;
|
||||
val |= 1 << DramHoleValid;
|
||||
|
|
Loading…
Reference in New Issue