Skip to content

Commit

Permalink
OcConfigurationLib: Fix config variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 26, 2024
1 parent 35bcb13 commit 6cb95d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/OcConfigurationLib/OcConfigurationLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ OC_SCHEMA

STATIC
OC_SCHEMA
mMiscUnloadImagesSchema = OC_SCHEMA_STRING (NULL);
mUefiUnloadSchema = OC_SCHEMA_STRING (NULL);

STATIC
OC_SCHEMA
Expand All @@ -870,7 +870,7 @@ OC_SCHEMA
OC_SCHEMA_DICT ("ProtocolOverrides", mUefiProtocolOverridesSchema),
OC_SCHEMA_DICT ("Quirks", mUefiQuirksSchema),
OC_SCHEMA_ARRAY_IN ("ReservedMemory", OC_GLOBAL_CONFIG, Uefi.ReservedMemory, &mUefiReservedMemorySchema),
OC_SCHEMA_ARRAY_IN ("Unload", OC_GLOBAL_CONFIG, Uefi.Unload, &mMiscUnloadImagesSchema),
OC_SCHEMA_ARRAY_IN ("Unload", OC_GLOBAL_CONFIG, Uefi.Unload, &mUefiUnloadSchema),
};

//
Expand Down

0 comments on commit 6cb95d5

Please sign in to comment.