Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of PcdStandaloneMmEnable has broken build of BoardPkg(s)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4853 When the PcdStandaloneMmEnable FeaturePcd was added, it was not added to MinPlatformFeaturesPcd.dsc.inc Because of this, any existing BoardPkg that does not have Standalone MM support will no longer build because the default value of FALSE is not declared during DSC parsing. The fix is to add the PCD to MinPlatformFeaturesPcd.dsc.inc Signed-off-by: Nate DeSimone <[email protected]>
- Loading branch information