X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FSec%2FSec.c;h=a40f43683a7d9f22bf83a7097add2cac92c25e6d;hp=241ad7cb16ff23451657a825318bab9e2d6ed8a6;hb=8d0fe26cbf66739ba80f7d2fc6acb683cecbf68f;hpb=d314d05f4033801a7a67c3645f1cfa022675525e diff --git a/ArmPlatformPkg/Sec/Sec.c b/ArmPlatformPkg/Sec/Sec.c index 241ad7cb16..a40f43683a 100644 --- a/ArmPlatformPkg/Sec/Sec.c +++ b/ArmPlatformPkg/Sec/Sec.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include @@ -97,9 +96,6 @@ CEntryPoint ( // Initialize system memory (DRAM) ArmPlatformInitializeSystemMemory (); } - - // Some platform can change their physical memory mapping - ArmPlatformBootRemapping (); } // Test if Trustzone is supported on this platform