
23 Jan
2014
23 Jan
'14
8:49 p.m.
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@nvidia.com Reviewed-by: Stephen Warren swarren@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.