summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 09:51:01 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:29:16 +0800
commitdc281a86bc1ca8800331be0a82b02d2c96ef5a54 (patch)
tree11bdb39312a09f873f00bb3eef0f5d36e3277961 /BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
parent831457ec5e299ae69d8a8abc929910311cfd7707 (diff)
downloadedk2-platforms-dc281a86bc1ca8800331be0a82b02d2c96ef5a54.tar.xz
BraswellPlatformPkg: Restructure code in Common/Feature directory
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c')
-rw-r--r--BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
index 34b36fe812..ea28ecb37c 100644
--- a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
+++ b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
@@ -20,13 +20,13 @@ EFI_HII_HANDLE HiiHandle;
//
// Braswell Platform Flash Layout
//
-//Start (hex) End (hex) Length (hex) Area Name
-//----------- --------- ------------ ---------
-//00000000 007FFFFF 00800000 Flash Image
+//Start (hex) End (hex) Length (hex) Area Name
+//----------- --------- ------------ ---------
+//00000000 007FFFFF 00800000 Flash Image
//
-//00000000 00000FFF 00001000 Descriptor Region
-//00001000 004FFFFF 004FF000 TXE Region
-//00500000 007FFFFF 00300000 BIOS Region
+//00000000 00000FFF 00001000 Descriptor Region
+//00001000 004FFFFF 004FF000 TXE Region
+//00500000 007FFFFF 00300000 BIOS Region
//
FV_REGION_INFO *mRegionInfo;