diff mbox

[U-Boot,34/49] lib: bootm: add missing include

Message ID 1412801889-14400-35-git-send-email-jeroen@myspectrum.nl
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Jeroen Hofstee Oct. 8, 2014, 8:57 p.m. UTC
since the vxworks weaks are reimplement make
sure their prototypes are visible.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 arch/arm/lib/bootm.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 27, 2014, 12:34 a.m. UTC | #1
On Wed, Oct 08, 2014 at 10:57:54PM +0200, Jeroen Hofstee wrote:

> since the vxworks weaks are reimplement make
> sure their prototypes are visible.
> 
> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>

Applied to u-boot/master, thanks!
diff mbox

Patch

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>