]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MIPS: bootm: remove unused or redundant header files
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 16 Nov 2014 00:27:23 +0000 (01:27 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 27 Nov 2014 15:20:37 +0000 (16:20 +0100)
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/bootm.c

index f947fd6c9e759bd54786c824f9826d21e371be3c..e0722d20d1e876122939117163071e4ecd525b26 100644 (file)
@@ -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;