X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FPlatformPei%2FMemTypeInfo.c;fp=OvmfPkg%2FPlatformPei%2FMemTypeInfo.c;h=8100a2db7d44d6b62f0ed319bdb66c554c4f069a;hp=863c6f382680d30a3e43b59aff5158710460c0a2;hb=2c06e76bba06e58bd1a903c7c319dda722676a8e;hpb=9099dcbd61c8d22b5eedda783d143c222d2705a3 diff --git a/OvmfPkg/PlatformPei/MemTypeInfo.c b/OvmfPkg/PlatformPei/MemTypeInfo.c index 863c6f3826..8100a2db7d 100644 --- a/OvmfPkg/PlatformPei/MemTypeInfo.c +++ b/OvmfPkg/PlatformPei/MemTypeInfo.c @@ -31,8 +31,6 @@ STATIC EFI_MEMORY_TYPE_INFORMATION mDefaultMemoryTypeInformation[] = { { EfiReservedMemoryType, 0x004 }, { EfiRuntimeServicesData, 0x024 }, { EfiRuntimeServicesCode, 0x030 }, - { EfiBootServicesCode, 0x180 }, - { EfiBootServicesData, 0xF00 }, { EfiMaxMemoryType, 0x000 } };