浏览代码

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>
Jeroen Hofstee 10 年之前
父节点
当前提交
1e96220a56
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/lib/bootm.c

+ 1 - 0
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>