commit | 389a458968d66fe039611c2046772c12b0a68b35 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 28 15:00:18 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | d01a643e50f088528de42d3c1dddd11898be5c63 | |
parent | 1ffa43c86ebba1bf1964a984431b51256feff6a0 [diff] |
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>