commit | 6cec63d59dc102e87077cd1d85f3c1b9cdcad239 | [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 | c9639421fd877fa0e95d7744dade002042eb721e [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;