From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 23 Jan 2014 12:49:55 -0700 Subject: [U-Boot] [PATCH 2/2] config: add config_distro_defaults.h In-Reply-To: <1390501358-4564-3-git-send-email-dennis@ausil.us> References: <1390501358-4564-1-git-send-email-dennis@ausil.us> <1390501358-4564-3-git-send-email-dennis@ausil.us> Message-ID: <52E17263.6020701@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/23/2014 11:22 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, Tested-by: Stephen Warren Reviewed-by: Stephen Warren with one tiny nit: > diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h > +#ifndef _CONFIG_CMD_DISTRO_DEFAULT_H > +#define _CONFIG_CMD_DISTRO_DEFAULT_H This file got renamed from config_distro_default.h in the RFC to config_distro_defaults.h in this patch, but the include guard wasn't updated.