[U-Boot] [PATCH] configs: Re-sync with CONFIG_DISTRO_DEFAULTS

Tom Rini trini at konsulko.com
Sun Feb 11 00:15:50 UTC 2018


On Sat, Feb 10, 2018 at 04:54:38PM -0500, Tom Rini wrote:

> A number of platforms include config_distro_defaults.h but do not enable
> CONFIG_DISTRO_DEFAULTS.  As they plainly intended to, set that flag and
> re-sync config files.
> 
> Signed-off-by: Tom Rini <trini at konsulko.com>

This is not size neutral.  There are a number of platforms that had not
been selecting DISTRO_DEFAULTS and started including
<config_distro_defaults.h> after options started migrating to Kconfig.
This likely means that these platforms don't function in all distro use
cases today.

I'm also quite happy to see more patches that when appropriate only
select various commands if the relevant underlying kind of hardware
exists.  This should help in cases of wanting to reduce the binary size.

-- 
Tom


More information about the U-Boot mailing list