
Hi Adam,
On Mon, 19 Nov 2018 at 11:19, Adam Ford aford173@gmail.com wrote:
On Mon, Nov 19, 2018 at 9:54 AM Simon Glass sjg@chromium.org wrote:
This script attempts to create a git commit which removes a single board. It is quite fallible and everything it does needs checking. But it can help speed up the process.
This patch looks like it goes through the configs, finds boards and blindly deletes them. What happens in the instance where multiple defconfig files use the same include/configs file or C source? If one of the defconfigs is missing something, does it then delete the others? It seems like it should make sure that all variations don't comply before blowing away the source and include/configs.
Yes that is one of the failure modes :-) I am not sure how to do better. Regards
Regards, Simon