]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Revert "lib: bootm: add missing include"
authorMichal Simek <michal.simek@xilinx.com>
Tue, 11 Nov 2014 14:45:36 +0000 (15:45 +0100)
committerTom Rini <trini@ti.com>
Tue, 11 Nov 2014 20:48:59 +0000 (15:48 -0500)
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>
arch/arm/lib/bootm.c

index cdb19751058815b19e274ba32c7293690c5ce99f..4949d573af8c310f8348beae48caa5ea0f580bf9 100644 (file)
@@ -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>