From a6f05015c6dcee907db4607a23d82b1a6bf4571c Mon Sep 17 00:00:00 2001 From: Ost268 Date: Sat, 30 Sep 2023 13:51:02 +0200 Subject: [PATCH] Update PlatformMemoryMapLib.c --- .../sm8150/Library/PlatformMemoryMapLib/PlatformMemoryMapLib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Silicon/Qualcomm/sm8150/Library/PlatformMemoryMapLib/PlatformMemoryMapLib.c b/Silicon/Qualcomm/sm8150/Library/PlatformMemoryMapLib/PlatformMemoryMapLib.c index e7c242c623..700007ef9e 100644 --- a/Silicon/Qualcomm/sm8150/Library/PlatformMemoryMapLib/PlatformMemoryMapLib.c +++ b/Silicon/Qualcomm/sm8150/Library/PlatformMemoryMapLib/PlatformMemoryMapLib.c @@ -107,8 +107,6 @@ static ARM_MEMORY_REGION_DESCRIPTOR_EX gDeviceMemoryDescriptorEx[] = { #else {"RAM Partition", 0xC0000000, 0x80000000, Mem12G, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN}, #endif - {"RAM Partition", 0x0C0000000, 0x00300000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN}, - {"DXE Heap", 0x0C0300000, 0x7FD00000, AddMem, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN}, {"RAM Partition", 0x140000000, 0xC0000000, Mem12G, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN}, {"RAM Partition", 0x200000000, 0x80000000, Mem12G, SYS_MEM, SYS_MEM_CAP, Conv, WRITE_BACK_XN},