[U-Boot] [PATCH 01/93] Add a simple script to remove boards

Simon Glass sjg at chromium.org
Tue Nov 27 00:08:50 UTC 2018


Hi Adam,

On Mon, 19 Nov 2018 at 11:19, Adam Ford <aford173 at gmail.com> wrote:
>
> On Mon, Nov 19, 2018 at 9:54 AM Simon Glass <sjg at 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


More information about the U-Boot mailing list