]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/fsboot.c
drivers/video/da8xx-fb.c: Fix GCC 4.6 warning
[u-boot] / board / w7o / fsboot.c
index 800583d4a58f69af92d390a61dac2508d42526ee..0ef9a61be644d79c27d70e15f8eb2ffb702e257d 100644 (file)
 #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;
 }
-