From f36d8a69a581c8359a486ddb71e5aaee08888296 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Wed, 10 Oct 2007 23:41:37 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/Pei/PeiMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- 2.39.2