summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:54 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commit1e96220a5687efae2aed45ce56e143336c40d0a7 (patch)
tree9a0f33f8bbab7710426645c44dff97079b4944dd /arch/arm/lib
parent52422e37bb199fa5c62881cdf26c687aa692d063 (diff)
downloadtalos-obmc-uboot-1e96220a5687efae2aed45ce56e143336c40d0a7.tar.gz
talos-obmc-uboot-1e96220a5687efae2aed45ce56e143336c40d0a7.zip
lib: bootm: add missing include
since the vxworks weaks are reimplement make sure their prototypes are visible. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r--arch/arm/lib/bootm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index 39fe7a17fc..0d19c8ae23 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -15,6 +15,7 @@
#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