[U-Boot] [PATCH 2/2] config: add config_distro_defaults.h
Stephen Warren
swarren at wwwdotorg.org
Thu Jan 23 20:49:55 CET 2014
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 <swarren at nvidia.com>
Reviewed-by: Stephen Warren <swarren at nvidia.com>
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.
More information about the U-Boot
mailing list