commit | ea7e3286f3f092c1094d65a7434a68807a345daf | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Nov 16 01:27:23 2014 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Thu Nov 27 16:20:37 2014 +0100 |
tree | c436092d7c9a86c9bb51927bb8e9e2d3cde396dc | |
parent | 0665838ce26102c9220174f3c5631ef9a360a345 [diff] |
MIPS: bootm: remove unused or redundant header files Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
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;