Re: [U-Boot] [PATCH] tools: moveconfig: cleanup whitelist entries

2017-04-28 Thread Masahiro Yamada
2017-04-28 10:13 GMT+09:00 Chris Packham : > After moving to KConfig and removing from all headers options should be > removed from config_whitelist.txt so the build starts complaining if > someone adds them back. > > Signed-off-by: Chris Packham > --- > Simon asked for it so here you go. I also t

[U-Boot] [PATCH] tools: moveconfig: cleanup whitelist entries

2017-04-27 Thread Chris Packham
After moving to KConfig and removing from all headers options should be removed from config_whitelist.txt so the build starts complaining if someone adds them back. Signed-off-by: Chris Packham --- Simon asked for it so here you go. I also thought about cleaning up the README file references too