Dear Marco,

In message <49e2236f.1050...@gmail.com> you wrote:
> Signed-off-by: Marco Stornelli <marco.storne...@gmail.com>

Sorry, your patch is corrupt because your mailer wrapped long lines:

...
> +all: $(BINS)
> +
> +$(obj)imls:  $(obj)imls.o $(obj)crc32.o $(obj)image.o $(obj)md5.o \
> +             $(obj)sha1.o $(LIBFDT_OBJS)
> +     $(CC) $(CFLAGS) -o $@ $^
> +     $(STRIP) $@
> +
> +# Some files complain if compiled with -pedantic, use FIT_CFLAGS
> +$(obj)image.o: $(SRCTREE)/common/image.c
> +     $(CC) -g $(FIT_CFLAGS) -c -o $@ $<
> +
> +$(obj)imls.o: imls.c
> +     $(CC) -g $(FIT_CFLAGS) -c -o $@ $<
> +
> +# Some of the tool objects need to be accessed from outside the tools
> directory
^^^^^^^^^^^^^^^^^^

Like here and elsewhere.


Please fix your mailer setup and resubmit.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"To take a significant step forward, you must make a series of finite
improvements." - Donald J. Atwood, General Motors
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to