]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/Include/FlashLayout.h
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[mirror_edk2.git] / DuetPkg / Include / FlashLayout.h
index 38a3fe4613092b6956cc595869bfcb2b8d84144b..777adea93626a6b710a3b0323d4bc0ee42a97497 100644 (file)
@@ -1,7 +1,7 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   Platform specific flash layout\r
 \r
---*/\r
+**/\r
 \r
 #ifndef _EFI_FLASH_LAYOUT\r
 #define _EFI_FLASH_LAYOUT\r
@@ -40,5 +40,5 @@ Abstract:
 #define NV_FTW_FVB_SIZE             ((NV_FTW_WORKING_SIZE + NV_FTW_SPARE_SIZE + EFI_RUNTIME_UPDATABLE_FV_HEADER_LENGTH + FV_BLOCK_MASK) & ~FV_BLOCK_MASK)\r
 #define NV_FTW_FVB_BLOCK_NUM        (NV_FTW_FVB_SIZE / FV_BLOCK_SIZE)\r
 \r
-#define NV_STORAGE_FILE_PATH        L"\\Efivar.bin"\r
+#define NV_STORAGE_FILE_PATH        L".\\Efivar.bin"\r
 #endif // _EFI_FLASH_LAYOUT\r