Re: [PATCH] cmd: add resize for FDT in bootelf

2024-06-30 Thread Maxim M. Moskalets
Hi Simon, On 29.06.2024 09:56, Simon Glass wrote: Hi Maxim, On Fri, 28 Jun 2024 at 09:34, Maxim Moskalets wrote: In some FDTs, there is not enough free memory to add nodes, so this operation fails. Signed-off-by: Maxim Moskalets --- cmd/elf.c | 2 ++ 1 file changed, 2 insertions(+)

Re: [PATCH] cmd: add resize for FDT in bootelf

2024-06-29 Thread Simon Glass
Hi Maxim, On Fri, 28 Jun 2024 at 09:34, Maxim Moskalets wrote: > > In some FDTs, there is not enough free memory to add nodes, so this > operation fails. > > Signed-off-by: Maxim Moskalets > --- > cmd/elf.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/cmd/elf.c b/cmd/elf.c >

[PATCH] cmd: add resize for FDT in bootelf

2024-06-28 Thread Maxim Moskalets
In some FDTs, there is not enough free memory to add nodes, so this operation fails. Signed-off-by: Maxim Moskalets --- cmd/elf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/elf.c b/cmd/elf.c index 32b7462f92..673c6c3051 100644 --- a/cmd/elf.c +++ b/cmd/elf.c @@ -68,6 +68,8 @@ int