[U-Boot] [PATCH 2/7] MIPS: bootm: remove unused or redundant header files

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Nov 16 01:52:02 CET 2014


Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---

 arch/mips/lib/bootm.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c
index f947fd6..e0722d2 100644
--- a/arch/mips/lib/bootm.c
+++ b/arch/mips/lib/bootm.c
@@ -6,10 +6,7 @@
  */
 
 #include <common.h>
-#include <command.h>
 #include <image.h>
-#include <u-boot/zlib.h>
-#include <asm/byteorder.h>
 #include <asm/addrspace.h>
 
 DECLARE_GLOBAL_DATA_PTR;
-- 
2.1.3



More information about the U-Boot mailing list