[U-Boot] [PATCH v4 00/29] Kconfig: Move console options to Kconfig

Simon Glass sjg at chromium.org
Wed Oct 26 18:31:00 CEST 2016


Hi Tom,

On 23 October 2016 at 18:40, Tom Rini <trini at konsulko.com> wrote:
> 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!

Thanks for sorting this out and getting it in!

Regards,
Simon


More information about the U-Boot mailing list