bootstd: Allow enabling BOOTSTD_FULL without needing EXPO
authorSimon Glass <sjg@chromium.org>
Sat, 28 Jan 2023 22:00:18 +0000 (15:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 18:04:53 +0000 (13:04 -0500)
commit0041b1c09a6bae62df36116315b49f3dea7e118b
treed01a643e50f088528de42d3c1dddd11898be5c63
parentd472e93ab4d0e037990f2db33f014ac8fcbeac9d
bootstd: Allow enabling BOOTSTD_FULL without needing EXPO

It is sometimes useful to have one without the other, e.g. on a device
without a display, since at present the expo feature requires CONFIG_VIDEO
to be enabled.

Update the Makefile and bootflow command to support this, as well as the
EXPO dependency.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile
cmd/bootflow.c