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

Tom Rini trini at konsulko.com
Mon Oct 24 03:40:12 CEST 2016


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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161023/39b24c0f/attachment.sig>


More information about the U-Boot mailing list