Explorar el Código

Platform/ARM/BootMonFs: drop spurious dependency on ArmPlatformPkg

Don't include NorFlashPlatformLib.h unnecessarily from BootMonFs, and
drop the reference to ArmPlatformPkg.dec, which isn't needed after that
either.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Ard Biesheuvel hace 1 año
padre
commit
e073492f49

+ 0 - 1
Platform/ARM/Drivers/BootMonFs/BootMonFs.inf

@@ -25,7 +25,6 @@
   BootMonFsUnsupported.c
 
 [Packages]
-  ArmPlatformPkg/ArmPlatformPkg.dec
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
   Platform/ARM/ARM.dec

+ 0 - 1
Platform/ARM/Drivers/BootMonFs/BootMonFsImages.c

@@ -7,7 +7,6 @@
 **/
 
 #include <Library/IoLib.h>
-#include <Library/NorFlashPlatformLib.h>
 #include <Library/BaseMemoryLib.h>
 #include <Library/MemoryAllocationLib.h>