]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/GenericMemoryTest/Pei/BaseMemoryTest.c
Clean up the following module msa files, they are edkmodule package ftwlit, Crc32Sect...
[mirror_edk2.git] / EdkModulePkg / Universal / GenericMemoryTest / Pei / BaseMemoryTest.c
index 48ed607961de18764a513dd4fdb797cdafd9e55d..4cf51f4f0c29e90611243743e787f2948372fe66 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -20,7 +20,6 @@ Abstract:
 --*/\r
 \r
 #include <BaseMemoryTest.h>\r
-#include <Library/ReportStatusCodeLib.h>\r
 \r
 static PEI_BASE_MEMORY_TEST_PPI mPeiBaseMemoryTestPpi = { BaseMemoryTest };\r
 \r
@@ -105,7 +104,7 @@ Returns:
   //\r
   // Make sure we don't try and test anything above the max physical address range\r
   //\r
-  ASSERT_EFI_ERROR (BeginAddress + MemoryLength < EFI_MAX_ADDRESS);\r
+  ASSERT (BeginAddress + MemoryLength < EFI_MAX_ADDRESS);\r
 \r
   switch (Operation) {\r
   case Extensive:\r