mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Wadim Egorov <w.egorov@phytec.de>
Cc: barebox@lists.infradead.org
Subject: Re: [RFC 1/3] bootsource: Add NET bootsource
Date: Tue, 26 May 2015 08:19:28 +0200	[thread overview]
Message-ID: <20150526061928.GY6325@pengutronix.de> (raw)
In-Reply-To: <1432296678-375-1-git-send-email-w.egorov@phytec.de>

Hi Wadim,

Looks good to me. Since it's marked as RFC I won't apply it, unless you
want me to.

Sascha

On Fri, May 22, 2015 at 02:11:16PM +0200, Wadim Egorov wrote:
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
> ---
>  common/bootsource.c  | 1 +
>  include/bootsource.h | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/common/bootsource.c b/common/bootsource.c
> index 7f3d51f..707b079 100644
> --- a/common/bootsource.c
> +++ b/common/bootsource.c
> @@ -35,6 +35,7 @@ static const char *bootsource_str[] = {
>  	[BOOTSOURCE_ONENAND] = "onenand",
>  	[BOOTSOURCE_HD] = "harddisk",
>  	[BOOTSOURCE_USB] = "usb",
> +	[BOOTSOURCE_NET] = "net",
>  };
>  
>  static enum bootsource bootsource = BOOTSOURCE_UNKNOWN;
> diff --git a/include/bootsource.h b/include/bootsource.h
> index 4bca9b9..c6d3b3a 100644
> --- a/include/bootsource.h
> +++ b/include/bootsource.h
> @@ -15,6 +15,7 @@ enum bootsource {
>  	BOOTSOURCE_ONENAND,
>  	BOOTSOURCE_HD,
>  	BOOTSOURCE_USB,
> +	BOOTSOURCE_NET,
>  };
>  
>  #define BOOTSOURCE_INSTANCE_UNKNOWN	-1
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2015-05-26  6:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 12:11 Wadim Egorov
2015-05-22 12:11 ` [RFC 2/3] net: dhcp: Split dhcp funcionality & add dhcp command Wadim Egorov
2015-05-22 12:11 ` [RFC 3/3] ARM: am33xx: Add network boot Wadim Egorov
2015-05-26  6:19 ` Sascha Hauer [this message]

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=20150526061928.GY6325@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=w.egorov@phytec.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