[U-Boot] [PATCH] configs: Scrub unused whitelist entries

Tom Rini trini at konsulko.com
Mon Jun 17 13:38:39 UTC 2019


On Sun, Jun 16, 2019 at 03:42:20AM +0200, Marek Vasut wrote:

> Remove unused whitelist entries using the following script:
> 
> sed "s@^CONFIG_@@" scripts/config_whitelist.txt | while read line ; do
> 	[ `git grep -l $line | wc -l` -le 1 ] &&
> 	sed -i "/$line/ d" scripts/config_whitelist.txt ;
> done
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Tom Rini <trini at konsulko.com>

Sorry, that doesn't catch everything scripts/build-whitelist.sh does
which I need to re-run again along with a global re-sync.

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


More information about the U-Boot mailing list