diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2024-06-19 13:33:28 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-06-26 13:17:51 -0600 |
| commit | 4721d1cb8e45795c10fad252fdfc4951fefaeff2 (patch) | |
| tree | e48ea854b49f86119710891d84c7dd87a38c44aa /scripts | |
| parent | 8188cb342d00ae7119a6e4bfc21f7a47f46c4c4a (diff) | |
scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL
The property isn't useful in VPL/SPL/TPL as it is only for U-Boot proper
pre-reloc, which has its own DTB.
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 62f87517c09..3e68d5aa803 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -673,7 +673,7 @@ quiet_cmd_fdtgrep = FDTGREP $@ -n /chosen -n /config -O dtb | \ $(objtree)/tools/fdtgrep -r -O dtb - -o $@ \ -P bootph-all -P bootph-pre-ram -P bootph-pre-sram \ - -P bootph-verify \ + -P bootph-verify -P bootph-some-ram \ $(migrate_all) \ $(addprefix -P ,$(subst $\",,$(CONFIG_OF_SPL_REMOVE_PROPS))) |
