X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fw7o%2Ffsboot.c;h=0ef9a61be644d79c27d70e15f8eb2ffb702e257d;hb=57ca432fb9f59cea48d8cde1dc1d5cc2f80993c7;hp=800583d4a58f69af92d390a61dac2508d42526ee;hpb=affae2bff825c1a8d2cfeaf7b270188d251d39d2;p=u-boot diff --git a/board/w7o/fsboot.c b/board/w7o/fsboot.c index 800583d4a5..0ef9a61be6 100644 --- a/board/w7o/fsboot.c +++ b/board/w7o/fsboot.c @@ -24,11 +24,12 @@ #include #include #include -#include /* * 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; } -