diff options
| author | Jeroen Hofstee <[email protected]> | 2014-10-08 22:57:54 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-10-25 15:27:35 -0400 |
| commit | 1e96220a5687efae2aed45ce56e143336c40d0a7 (patch) | |
| tree | 9a0f33f8bbab7710426645c44dff97079b4944dd | |
| parent | 52422e37bb199fa5c62881cdf26c687aa692d063 (diff) | |
lib: bootm: add missing include
since the vxworks weaks are reimplement make
sure their prototypes are visible.
Signed-off-by: Jeroen Hofstee <[email protected]>
| -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 39fe7a17fcf..0d19c8ae236 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> |
