]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3daf4e010c692031ff48405baa1247afae0a0b47
treec0eac8ddc34525c6197767253c81b82122bd14af
parent95aa82a117f917664763db17db41e253e1c4b3b1
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