mirror of https://github.com/acidanthera/audk.git
Fix build break for EFI_SMBIOS_TABLE_GUID name has been changed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7894 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9205b2d766
commit
7bc4989f1d
|
@ -271,7 +271,7 @@ HOB_TEMPLATE gHobTemplate = {
|
||||||
sizeof (TABLE_HOB), // Hob size
|
sizeof (TABLE_HOB), // Hob size
|
||||||
0 // reserved
|
0 // reserved
|
||||||
},
|
},
|
||||||
EFI_SMBIOS_TABLE_GUID
|
SMBIOS_TABLE_GUID
|
||||||
},
|
},
|
||||||
0
|
0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue