summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-16 01:27:23 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-27 16:20:37 +0100
commit6cec63d59dc102e87077cd1d85f3c1b9cdcad239 (patch)
treec436092d7c9a86c9bb51927bb8e9e2d3cde396dc
parentc9639421fd877fa0e95d7744dade002042eb721e (diff)
downloadblackbird-obmc-uboot-6cec63d59dc102e87077cd1d85f3c1b9cdcad239.tar.gz
blackbird-obmc-uboot-6cec63d59dc102e87077cd1d85f3c1b9cdcad239.zip
MIPS: bootm: remove unused or redundant header files
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-rw-r--r--arch/mips/lib/bootm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c
index f947fd6c9e..e0722d20d1 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;
OpenPOWER on IntegriCloud