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

Marek Vasut marek.vasut at gmail.com
Mon Jun 17 13:40:21 UTC 2019


On 6/17/19 3:38 PM, Tom Rini wrote:
> 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.

Ah, I wasn't aware of that, then re-run the script and send a patch.

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list