]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 19 Jun 2024 11:33:28 +0000 (13:33 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jun 2024 19:17:51 +0000 (13:17 -0600)
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>
scripts/Makefile.lib

index 62f87517c09c059d10b7ac1603ba9483c8b53710..3e68d5aa803ed9f6b6efe8aed619d2e3e60bccf8 100644 (file)
@@ -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)))