commit | d20ab5059c1cd64ec727b62588d660980439bfde | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Oct 05 01:07:13 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 12:30:07 2024 -0600 |
tree | d0b7c02307286508274ccfd4f8d5241b0d909194 | |
parent | 039b0f06efa13651595e60599c28e8a426afbfc0 [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>