mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
2d85fbed16
commit
4bcfb095b1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue