提交 d8946d98 编写于 作者: V vit9696

OcMainLib: Fix OEM MLB setting

上级 639bf9a4
......@@ -505,7 +505,7 @@ OcPlatformUpdateNvram (
Bid = MacInfo->Smbios.BoardProduct;
BidSize = AsciiStrLen (Bid);
Mlb = MacInfo->Oem.BoardSerialNumber;
MlbSize = Config->PlatformInfo.Generic.Mlb.Size - 1;
MlbSize = AsciiStrLen (Mlb);
Rom = &Config->PlatformInfo.Generic.Rom[0];
RomSize = sizeof (Config->PlatformInfo.Generic.Rom);
CopyGuid (&Uuid, &MacInfo->Oem.SystemUuid);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册