MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnable
PCD names should start with 'Pcd' so rename PropertiesTableEnable to PcdPropertiesTableEnable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17810 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
abiesheuvel
parent
2caab142ce
commit
bc31c0c604
@@ -1311,7 +1311,7 @@ InstallPropertiesTable (
|
||||
VOID *Context
|
||||
)
|
||||
{
|
||||
if (PcdGetBool (PropertiesTableEnable)) {
|
||||
if (PcdGetBool (PcdPropertiesTableEnable)) {
|
||||
EFI_STATUS Status;
|
||||
|
||||
Status = gBS->InstallConfigurationTable (&gEfiPropertiesTableGuid, &mPropertiesTable);
|
||||
|
Reference in New Issue
Block a user