commit | 506f0e54d874be416a0d7c3e0f599a6d6e1a1753 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:54 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:35 2014 -0400 |
tree | 9a0f33f8bbab7710426645c44dff97079b4944dd | |
parent | 74a08bcc8e8249a3c55e305464bfec6ad9571899 [diff] |
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>
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>