
On Mon, Jan 23, 2017 at 01:31:16PM -0700, Simon Glass wrote:
This series moves three common CONFIG options to Kconfig. They are somewhat tricky and I've had a hard time figuring out good Kconfig defaults, particularly for CONFIG_BOARD_EARLY_INIT_F. Hopefully the board maintainers can improve things.
It is build-tested and I've also checked it with 'buildman -sK. The only config changes are:
draco etamin pxm2 rastaban rut thuban :
- u-boot-spl.cfg: CONFIG_ARCH_MISC_INIT=1
- all: CONFIG_ARCH_MISC_INIT=1
and this is due to this option being defined in SPL (i.e. harmless).
A few patches are included to tidy up some other things I noticed along the way.
In general I prefer to keep the "tidy up" patches in a follow-up series because the first set of tests I do is to make sure the changes are size-neutral (or understand why).
No need to re-send this series, I can split it easily enough, JFYI.