mirror of https://github.com/acidanthera/audk.git
Update gHobList in DXE core when GCD relocates hob list.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3540 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
05339bd79c
commit
2d835bff29
|
@ -2461,6 +2461,7 @@ Returns:
|
|||
ASSERT (NewHobList != NULL);
|
||||
|
||||
*HobStart = NewHobList;
|
||||
gHobList = NewHobList;
|
||||
|
||||
//
|
||||
// Add and allocate the remaining unallocated system memory to the memory services.
|
||||
|
|
Loading…
Reference in New Issue