summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-11-11 15:45:36 +0100
committerTom Rini <trini@ti.com>2014-11-11 15:48:59 -0500
commitf888cf5d942e63f29322cd21c00f11663fbf303a (patch)
treedec7c3c5b26069c620f6d7c9d592a5907a83931a
parent9906090f527153afddc5aa64d37cb5f89c6ee129 (diff)
downloadblackbird-obmc-uboot-f888cf5d942e63f29322cd21c00f11663fbf303a.tar.gz
blackbird-obmc-uboot-f888cf5d942e63f29322cd21c00f11663fbf303a.zip
Revert "lib: bootm: add missing include"
This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. This reverts commit 1e96220a5687efae2aed45ce56e143336c40d0a7. Remove duplicated vxworks.h header. The same change was done by "ARM: prevent compiler warnings from bootm.c" (sha1: 8d196e52b58d1e50a80c2f5067b201cda521c75c) Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/arm/lib/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index cdb1975105..4949d573af 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -15,7 +15,6 @@
#include <common.h>
#include <command.h>
#include <image.h>
-#include <vxworks.h>
#include <u-boot/zlib.h>
#include <asm/byteorder.h>
#include <libfdt.h>
OpenPOWER on IntegriCloud