Re: [U-Boot] [PATCH] sunxi: Enable a bunch of commands by default on sunxi

2016-05-16 Thread Ian Campbell
On Sun, 2016-05-15 at 14:27 +0200, Hans de Goede wrote: > Recently a set of CONFIG_CMD_FOO defines was moved from being defined > in config_distro_defaults to Kconfig, and added to all sunxi defconfigs > to compensate. I wonder if some of them ought to be "default y" globally, since they seem like

[U-Boot] [PATCH] sunxi: Enable a bunch of commands by default on sunxi

2016-05-15 Thread Hans de Goede
Recently a set of CONFIG_CMD_FOO defines was moved from being defined in config_distro_defaults to Kconfig, and added to all sunxi defconfigs to compensate. Instead of explictly selecting these in all sunxi defconfigs, simply always select these for sunxi boards. This makes the defconfigs simpler