X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FInclude%2FFlashLayout.h;h=777adea93626a6b710a3b0323d4bc0ee42a97497;hb=a0767bae298443c91bae1e1fb43eb0ed9a436004;hp=be40e5bd4055494b83d84111112c7b1bcf810918;hpb=18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5;p=mirror_edk2.git diff --git a/DuetPkg/Include/FlashLayout.h b/DuetPkg/Include/FlashLayout.h index be40e5bd40..777adea936 100644 --- a/DuetPkg/Include/FlashLayout.h +++ b/DuetPkg/Include/FlashLayout.h @@ -1,7 +1,7 @@ /** @file -Copyright (c) 2007, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2007, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -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) #define NV_FTW_FVB_BLOCK_NUM (NV_FTW_FVB_SIZE / FV_BLOCK_SIZE) -#define NV_STORAGE_FILE_PATH L"\\Efivar.bin" +#define NV_STORAGE_FILE_PATH L".\\Efivar.bin" #endif // _EFI_FLASH_LAYOUT