public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget
Date: Sat, 7 Jan 2012 23:56:02 -0500	[thread overview]
Message-ID: <201201072356.02963.vapier@gentoo.org> (raw)
In-Reply-To: <1321884575-2993-3-git-send-email-bigeasy@linutronix.de>

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120107/4c91f803/attachment.pgp>

  parent reply	other threads:[~2012-01-08  4:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-21 14:09 [U-Boot] Fastboot gadget, v2. repost Sebastian Andrzej Siewior
2011-11-21 14:09 ` [U-Boot] [PATCH 1/2] image: add support for Android's boot image format Sebastian Andrzej Siewior
2011-11-21 20:19   ` Wolfgang Denk
2011-11-22 12:30     ` Sebastian Andrzej Siewior
2011-11-22 19:04       ` Wolfgang Denk
2011-11-23 10:03         ` Sebastian Andrzej Siewior
2012-01-17  9:16           ` Aneesh V
2012-02-02  9:28             ` Aneesh V
2012-02-08 17:36               ` Tom Rini
2012-03-17 22:05             ` Wolfgang Denk
2012-04-12 14:54               ` Aneesh V
2012-03-17 22:04           ` Wolfgang Denk
2011-11-21 14:09 ` [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget Sebastian Andrzej Siewior
2011-11-21 14:48   ` Stefan Schmidt
2011-11-23 10:27     ` Sebastian Andrzej Siewior
2012-01-08  4:56   ` Mike Frysinger [this message]
2012-05-28 13:50     ` [U-Boot] [PATCH 2/3] " Macpaul Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201201072356.02963.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox