[U-Boot] [PATCH V2 2/2] config: add config_distro_defaults.h

Stephen Warren swarren at wwwdotorg.org
Tue Feb 4 18:21:53 CET 2014


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 at nvidia.com>
Tested-by: Stephen Warren <swarren at 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 */



More information about the U-Boot mailing list