public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 2/2] config: add config_distro_defaults.h
Date: Tue, 04 Feb 2014 10:21:53 -0700	[thread overview]
Message-ID: <52F121B1.90007@wwwdotorg.org> (raw)
In-Reply-To: <1391513147-24998-3-git-send-email-dennis@ausil.us>

On 02/04/2014 04:25 AM, Dennis Gilmore wrote:
> describe a set of default features that distros can rely on being available.
> having this common definition means that distros can easily support systems
> implementing them.

The series,
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>

A changelog between V1 and V2 would have been nice. FWIW, only patch 2/2
is different, and the V1->V2 diff is below:

diff --git a/include/config_distro_defaults.h
b/include/config_distro_defaults.h
index 7b1358614c01..11b5b793046f 100644
--- a/include/config_distro_defaults.h
+++ b/include/config_distro_defaults.h
@@ -1,11 +1,11 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2013-2014 Red Hat, Inc.
  *
  * SPDX-License-Identifier:     GPL-2.0+
  */

-#ifndef _CONFIG_CMD_DISTRO_DEFAULT_H
-#define _CONFIG_CMD_DISTRO_DEFAULT_H
+#ifndef _CONFIG_CMD_DISTRO_DEFAULTS_H
+#define _CONFIG_CMD_DISTRO_DEFAULTS_H

 /*
  * List of all commands and options that when defined enables support
for features
@@ -52,4 +52,4 @@
 #define CONFIG_SUPPORT_RAW_INITRD
 #define CONFIG_SYS_HUSH_PARSER

-#endif	/* _CONFIG_CMD_DISTRO_DEFAULT_H */
+#endif	/* _CONFIG_CMD_DISTRO_DEFAULTS_H */

  reply	other threads:[~2014-02-04 17:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 11:25 [U-Boot] V2 implementation of generic distro options Dennis Gilmore
2014-02-04 11:25 ` [U-Boot] [PATCH V2 1/2] cmd_pxe.c add any option for filesystem with sysboot uses generic load Dennis Gilmore
2014-02-04 22:47   ` Tom Rini
2014-02-04 11:25 ` [U-Boot] [PATCH V2 2/2] config: add config_distro_defaults.h Dennis Gilmore
2014-02-04 17:21   ` Stephen Warren [this message]
2014-02-04 22:47   ` Tom Rini

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=52F121B1.90007@wwwdotorg.org \
    --to=swarren@wwwdotorg.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