aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdmct/mct
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-14 15:45:02 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-14 15:45:02 +0000
commit4bcfb095b1de5767006527dbd2f8f3c4bc9d22a2 (patch)
treefd99f950328ce862cf25d06df7b015c37c44ba09 /src/northbridge/amd/amdmct/mct
parent2d85fbed162c8c3ad017a1505faa9ee3c59e5ccc (diff)
HWHoleSz must be u32...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5430 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdmct/mct')
-rw-r--r--src/northbridge/amd/amdmct/mct/mctndi_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdmct/mct/mctndi_d.c b/src/northbridge/amd/amdmct/mct/mctndi_d.c
index d784dae377..a4a9216c00 100644
--- a/src/northbridge/amd/amdmct/mct/mctndi_d.c
+++ b/src/northbridge/amd/amdmct/mct/mctndi_d.c
@@ -33,7 +33,7 @@ void InterleaveNodes_D(struct MCTStatStruc *pMCTstat,
u8 DoIntlv;
u8 _NdIntCap;
u8 _SWHole;
- u8 HWHoleSz;
+ u32 HWHoleSz;
u32 DramHoleAddrReg;
u32 HoleBase;
u32 dev0;