commit | 4218456b3fac98966a320c3f2db36d543a32ec17 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:13 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:03:59 2022 -0400 |
tree | aa451fe1cefff92e5f40eb11408954cc6ae26c3a | |
parent | e45d22655aed0c81fa5890f47c1647c6e95bedb6 [diff] |
vbe: Add Kconfig options for VPL Enable the various features needed in VPL, by adding Kconfig options. Update the defconfig for sandbox_vpl so that the build for each phase includes what is needed. Drop LZMA for now and make sure partition support is omitted in SPL, since it is not needed. Signed-off-by: Simon Glass <sjg@chromium.org>