Makefile: Pass OF_SPL_REMOVE_PROPS to binman

Pass CONFIG_OF_SPL_REMOVE_PROPS to binman so that it can remove
properties correctly when producing FITs for SPL phases.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-07-20 11:49:50 +01:00
parent 5e7da044ba
commit 20e5399a31
2 changed files with 3 additions and 1 deletions

View File

@@ -210,7 +210,8 @@ class Entry_fit(Entry_section):
Note that the `of-spl-remove-props` entryarg can be used to indicate
additional properties to remove. It is often used to remove properties like
`clock-names` and `pinctrl-names` which are not needed in SPL builds.
`clock-names` and `pinctrl-names` which are not needed in SPL builds. This
value is automatically passed to binman by the U-Boot build.
See :ref:`fdtgrep_filter` for more information.