summaryrefslogtreecommitdiffstats
path: root/board/w7o/fsboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/w7o/fsboot.c')
-rw-r--r--board/w7o/fsboot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/w7o/fsboot.c b/board/w7o/fsboot.c
index 25fbb55c8e..8f4fe310d7 100644
--- a/board/w7o/fsboot.c
+++ b/board/w7o/fsboot.c
@@ -8,12 +8,11 @@
#include <common.h>
#include <config.h>
#include <command.h>
+#include <elf.h>
/*
* FIXME: Add code to test image and it's header.
*/
-extern int valid_elf_image (unsigned long addr);
-
static int
image_check(ulong addr)
{
OpenPOWER on IntegriCloud