OcConfigurationLib: Revert ReplaceableMemory as it does not work

This commit is contained in:
vit9696 2020-01-05 01:18:12 +03:00
parent 482b9dc13b
commit ef50d2940c
2 changed files with 1 additions and 3 deletions

View File

@ -366,8 +366,7 @@
_(OC_STRING , Mlb , , OC_STRING_CONSTR ("OPENCORE_MLB_SN11", _, __), OC_DESTR (OC_STRING) ) \
_(UINT8 , Rom , [6] , {0} , () ) \
_(BOOLEAN , SpoofVendor , , FALSE , () ) \
_(BOOLEAN , SupportsCsm , , FALSE , () ) \
_(BOOLEAN , ReplaceableMemory , , FALSE , () )
_(BOOLEAN , SupportsCsm , , FALSE , () )
OC_DECLARE (OC_PLATFORM_GENERIC_CONFIG)
#define OC_PLATFORM_DATA_HUB_CONFIG_FIELDS(_, __) \

View File

@ -437,7 +437,6 @@ OC_SCHEMA
mPlatformConfigurationGenericSchema[] = {
OC_SCHEMA_STRING_IN ("MLB", OC_GLOBAL_CONFIG, PlatformInfo.Generic.Mlb),
OC_SCHEMA_DATAF_IN ("ROM", OC_GLOBAL_CONFIG, PlatformInfo.Generic.Rom),
OC_SCHEMA_BOOLEAN_IN ("ReplaceableMemory", OC_GLOBAL_CONFIG, PlatformInfo.Generic.ReplaceableMemory),
OC_SCHEMA_BOOLEAN_IN ("SpoofVendor", OC_GLOBAL_CONFIG, PlatformInfo.Generic.SpoofVendor),
OC_SCHEMA_BOOLEAN_IN ("SupportsCsm", OC_GLOBAL_CONFIG, PlatformInfo.Generic.SupportsCsm),
OC_SCHEMA_STRING_IN ("SystemProductName", OC_GLOBAL_CONFIG, PlatformInfo.Generic.SystemProductName),