]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Make bootvx independent of bootelf
authorDaniel Palmer <daniel@0x0f.com>
Sun, 29 Sep 2024 09:27:39 +0000 (18:27 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 8 Oct 2024 03:31:22 +0000 (21:31 -0600)
commit080bb8480a4e915b1ef52418a9b7a227c75a22ee
tree612ab3a7015d9f74c849f12dd6a9b69e901fc790
parentc623bce70c905739aff8f85fac4c61eacb3b8e99
cmd: Make bootvx independent of bootelf

There are lots of usecases for running baremetal ELF
binaries via bootelf but if you enable bootelf you
get bootvx as well and you probably don't want or need
it.

Hide bootvx behind it's own configuration option.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
cmd/Kconfig
cmd/elf.c