Skip to content

Commit

Permalink
Update collaterals with branding guidance
Browse files Browse the repository at this point in the history
Update all binaries and collaterals produced by build chain to adhere
to branding guidance.

Signed-off-by: MacKevin Fey <[email protected]>
  • Loading branch information
mhfey-blue authored and StevenPontsler committed Mar 3, 2020
1 parent e8977d7 commit a3805b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DcpmPkg/driver/NvmDimmDriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ NvmDimmDriverDriverBindingStart(
goto FinishSkipClose;
}

gNvmDimmData->HiiHandle = HiiAddPackages(&gNvmDimmNgnvmGuid, gNvmDimmData->DriverHandle, IntelDCPersistentMemoryDriverStrings, NULL);
gNvmDimmData->HiiHandle = HiiAddPackages(&gNvmDimmNgnvmGuid, gNvmDimmData->DriverHandle, IntelOptanePMemDriverStrings, NULL);
if (gNvmDimmData->HiiHandle == NULL) {
NVDIMM_WARN("Unable to add string package to Hii");
goto Finish;
Expand Down
2 changes: 1 addition & 1 deletion DcpmPkg/driver/NvmDimmDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern UINT8 NvmDimmDriverFormsBin[];
This data array is ready to be used as input of HiiAddPackages() to
create a packagelist (which contains Form packages, String packages, etc).
**/
extern UINT8 IntelDCPersistentMemoryDriverStrings[];
extern UINT8 IntelOptanePMemDriverStrings[];

/**
Libraries
Expand Down

0 comments on commit a3805b0

Please sign in to comment.