From: Gustave Monce Date: 星期五, 3 Dec 2021 17:21:38 +0000 (+0100) Subject: library: Make sdm845lib's include the memorymap last X-Git-Tag: v1.0.5~4 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=d7fa8bd432be45048bde0ea8f945514b0d05a347;p=edk2-sdm845.git library: Make sdm845lib's include the memorymap last --- diff --git a/sdm845Pkg/Library/sdm845Lib/sdm845Mem.c b/sdm845Pkg/Library/sdm845Lib/sdm845Mem.c index bc69edf..34c17b7 100644 --- a/sdm845Pkg/Library/sdm845Lib/sdm845Mem.c +++ b/sdm845Pkg/Library/sdm845Lib/sdm845Mem.c @@ -14,11 +14,14 @@ * **/ -#include #include #include #include #include + +// Must include last +#include + /** Return the Virtual Memory Map of your platform This Virtual Memory Map is used by MemoryInitPei Module to initialize the MMU @@ -85,4 +88,4 @@ VOID ArmPlatformGetVirtualMemoryMap( *VirtualMemoryMap = &MemoryDescriptor[0]; // ASSERT(0); -} \ No newline at end of file +}