Makefile: Warn against using CONFIG_SPL_FIT_GENERATOR
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:11 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commitf4a43d292527ac671dee616ac973899d90a43401
treec0eac8ddc34525c6197767253c81b82122bd14af
parenta8f3ace3cb646e42c5f6f6b3a49b1f7583e12dfe
Makefile: Warn against using CONFIG_SPL_FIT_GENERATOR

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile