mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcConfigurationLib: Revert ReplaceableMemory as it does not work
This commit is contained in:
parent
482b9dc13b
commit
ef50d2940c
@ -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(_, __) \
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user