]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: correct ELF-related commands dependencies
authorMaxim Moskalets <maximmosk4@gmail.com>
Mon, 15 Jul 2024 20:01:10 +0000 (23:01 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
commit0e4638468ff7e96efafd66692688b491a9f310ea
treee4af55ed17c74fc8fe8c55181809c91f6c197018
parent0f44c276957a8f11617917523115f0c0e89c41f6
cmd: correct ELF-related commands dependencies

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 <maximmosk4@gmail.com>
cmd/Kconfig