EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.
Old code use platfomr. Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint. Signed-off-by: Ming Tan <ming.tan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
@@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords (
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PlatfomrSmbiosDriverEntryPoint (
|
||||
PlatformSmbiosDriverEntryPoint (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
)
|
||||
|
Reference in New Issue
Block a user