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
This commit is contained in:
Stefan Reinauer 2010-04-14 15:45:02 +00:00 committed by Stefan Reinauer
parent 2d85fbed16
commit 4bcfb095b1
1 changed files with 1 additions and 1 deletions

View File

@ -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;