On Monday 21 November 2011 09:09:35 Sebastian Andrzej Siewior wrote:
> --- a/common/Makefile
> +++ b/common/Makefile
>
>  COBJS-y += usb.o
>  COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o
>  endif
> +COBJS-$(CONFIG_CMD_FASTBOOT) += cmd_fastboot.o
> +
>  COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o

no newline here

> --- /dev/null
> +++ b/common/cmd_fastboot.c
> @@ -0,0 +1,28 @@
> +#include <common.h>
> +#include <command.h>
> +#include <usb/fastboot.h>

missing comment block with license/copyright/etc...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to