summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-11-01 10:18:00 +0100
committerMichal Simek <[email protected]>2024-11-27 08:59:03 +0100
commit80d251c326b754b525fe39f29e17560df2102b21 (patch)
tree9caa21d2c35c3823284f7bcfda2e812207d3d291 /doc/usage
parent9121d572e2d061922e747c3e9636ad744316059c (diff)
Makefile: Drop SPL_FIT_GENERATOR support
The SPL_FIT_GENERATOR is long superseded by binman, drop SPL_FIT_GENERATOR support as there are no more users. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Peter Robinson <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/22109373594b6a5d1110be9420ccd8fbb93a61d3.1730452668.git.michal.simek@amd.com
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/fit/howto.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/usage/fit/howto.rst b/doc/usage/fit/howto.rst
index 280eff724f6..675c9aa5bb0 100644
--- a/doc/usage/fit/howto.rst
+++ b/doc/usage/fit/howto.rst
@@ -57,10 +57,6 @@ own subnode under the /images node, which should then be referenced from one or
multiple /configurations subnodes. The required images must be enumerated in
the "loadables" property as a list of strings.
-CONFIG_SPL_FIT_GENERATOR can point to a script which generates this image source
-file during the build process. It gets passed a list of device tree files (taken
-from the CONFIG_OF_LIST symbol).
-
The SPL also records to a DT all additional images (called loadables) which are
loaded. The information about loadables locations is passed via the DT node with
fit-images name.