diff mbox series

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

Message ID 20240619-fdtgrep-some-ram-spl-remove-v1-1-7d4a3df7f280@cherry.de
State Accepted
Commit 4721d1cb8e45795c10fad252fdfc4951fefaeff2
Delegated to: Tom Rini
Headers show
Series scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL | expand

Commit Message

Quentin Schulz June 19, 2024, 11:33 a.m. UTC
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(-)


---
base-commit: 01a5d7547ed3a51a8ac5837c31a150f85bc475f8
change-id: 20240619-fdtgrep-some-ram-spl-remove-b69bb91ffbeb

Best regards,

Comments

Simon Glass June 20, 2024, 11:05 p.m. UTC | #1
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>
Tom Rini June 28, 2024, 7:49 p.m. UTC | #2
On Wed, 19 Jun 2024 13:33:28 +0200, Quentin Schulz wrote:

> The property isn't useful in VPL/SPL/TPL as it is only for U-Boot proper
> pre-reloc, which has its own DTB.
> 
> 

Applied to u-boot/next, thanks!
diff mbox series

Patch

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)))