diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-16 01:27:23 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-27 16:20:37 +0100 |
commit | 6cec63d59dc102e87077cd1d85f3c1b9cdcad239 (patch) | |
tree | c436092d7c9a86c9bb51927bb8e9e2d3cde396dc /arch/mips | |
parent | c9639421fd877fa0e95d7744dade002042eb721e (diff) |
MIPS: bootm: remove unused or redundant header files
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/lib/bootm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c index f947fd6c9e7..e0722d20d1e 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; |