From: mdkinney Date: Wed, 10 Oct 2007 23:41:37 +0000 (+0000) Subject: Increase max FVs from 4 to 6. X-Git-Tag: edk2-stable201903~21942 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f36d8a69a581c8359a486ddb71e5aaee08888296 Increase max FVs from 4 to 6. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4083 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index e14afd0723..0f87305881 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -80,7 +80,7 @@ typedef struct { } PEI_PPI_DATABASE; -#define PEI_CORE_MAX_FV_SUPPORTED 4 +#define PEI_CORE_MAX_FV_SUPPORTED 6 #define PEI_CORE_MAX_PEIM_PER_FV 32 //