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

2024-06-28 Thread Tom Rini
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! -- Tom

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

2024-06-20 Thread Simon Glass
On Wed, 19 Jun 2024 at 05:33, Quentin Schulz wrote: > > From: Quentin Schulz > > 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 > --- > scripts/Makefile.lib | 2 +- > 1 file changed, 1 insertion(+),

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

2024-06-19 Thread Quentin Schulz
From: Quentin Schulz 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 --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib