summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-10 23:41:37 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-10 23:41:37 +0000
commitf36d8a69a581c8359a486ddb71e5aaee08888296 (patch)
treef954b0f47942a53a889ada8e876af043cefcad8c /MdeModulePkg
parent9c1c9f1ba8f6761d46b0fab657482ab45df6594d (diff)
downloadedk2-platforms-f36d8a69a581c8359a486ddb71e5aaee08888296.tar.xz
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain.h2
1 files changed, 1 insertions, 1 deletions
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
//