]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf720beb9c48949c10e814dbf8c7ed4d7eccab87e
treed01a643e50f088528de42d3c1dddd11898be5c63
parent26073b3c9db3a7cbb97f76bb99b486c81e16c0f8
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