diff options
Diffstat (limited to 'board/w7o/fsboot.c')
| -rw-r--r-- | board/w7o/fsboot.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/w7o/fsboot.c b/board/w7o/fsboot.c index 800583d4a..0ef9a61be 100644 --- a/board/w7o/fsboot.c +++ b/board/w7o/fsboot.c @@ -24,11 +24,12 @@  #include <common.h>  #include <config.h>  #include <command.h> -#include <cmd_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)  { @@ -87,4 +88,3 @@ init_fsboot(void)      return;  } - |