commit | c535107874cf9880c39ca2ed348bc3f67289916b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Oct 05 01:07:13 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 17 08:36:10 2024 -0600 |
tree | 88e82170106045ca3e71742c39c8ca3bcc046579 | |
parent | a41e7c8314240b5e1dbe30584bcb2cdb175f38d6 [diff] |
Makefile: Drop SPL_FIT_SOURCE support The SPL_FIT_SOURCE is long superseded by SPL_FIT_GENERATOR which is long superseded by binman, drop SPL_FIT_SOURCE support as there are no more users. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>