diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:57:54 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:35 -0400 |
commit | 1e96220a5687efae2aed45ce56e143336c40d0a7 (patch) | |
tree | 9a0f33f8bbab7710426645c44dff97079b4944dd /arch/arm/lib | |
parent | 52422e37bb199fa5c62881cdf26c687aa692d063 (diff) | |
download | u-boot-imx-1e96220a5687efae2aed45ce56e143336c40d0a7.zip u-boot-imx-1e96220a5687efae2aed45ce56e143336c40d0a7.tar.gz u-boot-imx-1e96220a5687efae2aed45ce56e143336c40d0a7.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 39fe7a1..0d19c8a 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> |