
17 Jun
2019
17 Jun
'19
3:40 p.m.
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@gmail.com Cc: Tom Rini trini@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