diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-09-01 17:02:43 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-09-04 13:25:49 +0800 |
commit | 11eaa7affb8b325b3e00bbe9e4357705ce3b2b08 (patch) | |
tree | a1f6452891a31336868a46dd7b1a9983800c460e /BaseTools/Source/C/GenFv | |
parent | 72092534a9283291edd6b497c9aa934049c4b928 (diff) | |
download | edk2-platforms-11eaa7affb8b325b3e00bbe9e4357705ce3b2b08.tar.xz |
BaseTools: Change source files to DOS format
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/C/GenFv')
-rw-r--r-- | BaseTools/Source/C/GenFv/GenFvInternalLib.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/BaseTools/Source/C/GenFv/GenFvInternalLib.c b/BaseTools/Source/C/GenFv/GenFvInternalLib.c index 123e3550dd..fab7c940e0 100644 --- a/BaseTools/Source/C/GenFv/GenFvInternalLib.c +++ b/BaseTools/Source/C/GenFv/GenFvInternalLib.c @@ -2770,13 +2770,13 @@ Returns: //
// Update reset vector (SALE_ENTRY for IPF)
// Now for IA32 and IA64 platform, the fv which has bsf file must have the
- // EndAddress of 0xFFFFFFFF (unless the section was rebased). - // Thus, only this type fv needs to update the reset vector. - // If the PEI Core is found, the VTF file will probably get - // corrupted by updating the entry point. + // EndAddress of 0xFFFFFFFF (unless the section was rebased).
+ // Thus, only this type fv needs to update the reset vector.
+ // If the PEI Core is found, the VTF file will probably get
+ // corrupted by updating the entry point.
//
- if (mFvDataInfo.ForceRebase == 1 || - (mFvDataInfo.BaseAddress + mFvDataInfo.Size) == FV_IMAGES_TOP_ADDRESS) { + if (mFvDataInfo.ForceRebase == 1 ||
+ (mFvDataInfo.BaseAddress + mFvDataInfo.Size) == FV_IMAGES_TOP_ADDRESS) {
Status = UpdateResetVector (&FvImageMemoryFile, &mFvDataInfo, VtfFileImage);
if (EFI_ERROR(Status)) {
Error (NULL, 0, 3000, "Invalid", "Could not update the reset vector.");
|