Re: [PATCH] command: add FDT setup for bootelf by flag

2024-02-12 Thread Dan Carpenter
On Sun, Feb 11, 2024 at 11:42:48PM +0300, Maxim Moskalets wrote: > diff --git a/cmd/elf.c b/cmd/elf.c > index b7b9f506a5..4d365771eb 100644 > --- a/cmd/elf.c > +++ b/cmd/elf.c > @@ -38,6 +38,8 @@ static unsigned long do_bootelf_exec(ulong (*entry)(int, > char * const[]), > /* Interpreter command

[PATCH] command: add FDT setup for bootelf by flag

2024-02-12 Thread Maxim Moskalets
Added the ability to use FDT for ELF applications, required to run some OS. To make FDT setup, you need to set the elf_needed_fdt environment variable to a value like y or yes. Signed-off-by: Maxim Moskalets Cc: Tom Rini --- cmd/elf.c | 14 ++ env/common.c | 5 +