On Sun, Jun 14, 2020 at 10:58 AM Simon Glass <s...@chromium.org> wrote: > > This option is used to run arch-specific shell scripts which produce .its > files which are used to produce FIT images. We already have binman which > is designed to produce firmware images. It is more powerful and has tests. > > So this option should be deprecated and not used. Existing uses should be > migrated. > > Mentions of this in code reviews over the last year or so do not seem to > have resulted in action, and things are getting worse. > > So let's add a warning. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > (no changes since v1) > > Makefile | 9 +++++++++ > 1 file changed, 9 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>