[PATCH] scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL

From: Quentin Schulz quentin.schulz@cherry.de
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 --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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)))
--- base-commit: 01a5d7547ed3a51a8ac5837c31a150f85bc475f8 change-id: 20240619-fdtgrep-some-ram-spl-remove-b69bb91ffbeb
Best regards,

On Wed, 19 Jun 2024 at 05:33, Quentin Schulz foss+uboot@0leil.net wrote:
From: Quentin Schulz quentin.schulz@cherry.de
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
scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (3)
-
Quentin Schulz
-
Simon Glass
-
Tom Rini