
1 Feb
2023
1 Feb
'23
9:20 p.m.
Hi Tom,
On Mon, 30 Jan 2023 at 11:04, Tom Rini trini@konsulko.com wrote:
On Sat, Jan 28, 2023 at 05:57:36PM -0700, Simon Glass wrote:
This series adds source scanning to moveconfig.py so that it can look for Kconfig options mentioned in the source which do not appear in Kconfig, and vice versa.
This tool is then used to clean up the unused or obsolete options mentioned in Makefiles, along with any attached source code.
No functional change is intended.
Before I attempt to, have you done a global before / after with buildman to check for unintentional breakage? buildman --step 0 is quite handy for things like this :)
I did this and found a size change that I had not noticed, which I fixed.
Regards, SImon