
On Mon, Oct 17, 2016 at 08:12:33PM -0600, Simon Glass wrote:
This series moves a number of console-related CONFIG options to Kconfig. Those that are not currently used are removed.
A few unused video drivers are also removed and there are a few minor adjustments to improve the code. But mostly this follows the output of the moveconfig tool.
So I've merged this now, and while I got almost everything correct with some re-ordering of patches and a few re-runnings of moveconfig.py, there's a few changes I want to make everyone aware of.
A number of PowerPC Freescale boards have a small SPL size increase because they used to do: #ifndef CONFIG_SPL_BUILD #define CONFIG_CONSOLE_MUX #define CONFIG_CONSOLE_IS_IN_ENV #endif
And now they do not.
Finally, sandbox_spl has a small size increase too that comes in at the stdio deregister patch but I don't see _why_.
Thanks for doing the conversion Simon!