ARM Packages: Fixed Build failings/warnings/EDK2 coding convention
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12458 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -125,7 +125,7 @@ LibResetSystem (
|
||||
switch (ResetType) {
|
||||
case EfiResetWarm:
|
||||
//Perform warm reset of the system by jumping to the begining of the FV
|
||||
StartOfFv = (CALL_STUB)(UINTN)PcdGet32(PcdFlashFvMainBase);
|
||||
StartOfFv = (CALL_STUB)(UINTN)PcdGet32(PcdFvBaseAddress);
|
||||
StartOfFv ();
|
||||
break;
|
||||
case EfiResetCold:
|
||||
|
Reference in New Issue
Block a user