commit | 6218cf5d38e067e809c4cd910033597fa5a3f774 | [log] [tgz] |
---|---|---|
author | Daniel Palmer <daniel@0x0f.com> | Sun Sep 29 18:27:39 2024 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 07 21:31:22 2024 -0600 |
tree | 612ab3a7015d9f74c849f12dd6a9b69e901fc790 | |
parent | dc9e29ff150a68ae9b1f27c7bff54baebf509dcd [diff] |
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>