summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-10-05 01:07:14 +0200
committerTom Rini <[email protected]>2024-10-15 12:30:07 -0600
commit5b9261fb0b1ed087387f2036d279fd3f4bb20a61 (patch)
tree0aaa90c24ad3e65832da4db701b3e8499c0a3e07 /doc/usage
parent099b6df556c95f5d06864612e9199eab7ba50ed3 (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]>
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.