Re: [PATCH] cmd: correct ELF-related commands dependencies

2024-07-20 Thread Tom Rini
On Mon, 15 Jul 2024 23:01:10 +0300, Maxim Moskalets wrote: > Enable BOOTM_ELF by default for all configs with LIB_ELF selected. > Use OF_LIBFDT as dependency for CMD_ELF_FDT_SETUP. > > Applied to u-boot/master, thanks! -- Tom

[PATCH] cmd: correct ELF-related commands dependencies

2024-07-15 Thread Maxim Moskalets
Enable BOOTM_ELF by default for all configs with LIB_ELF selected. Use OF_LIBFDT as dependency for CMD_ELF_FDT_SETUP. Signed-off-by: Maxim Moskalets --- cmd/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 0cf0d8ad8ab..5d34282c196 1