mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
9c1c9f1ba8
commit
f36d8a69a5
|
@ -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
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue