commit | 943cbf0a6fafbeec457e802928339153c68fc944 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 19 11:29:04 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 27 15:16:10 2024 -0600 |
tree | cc93af884b551150938135f9a2fd97d57034f373 | |
parent | 2d3112143b192fe3b5b3b84e097521186b8bba5c [diff] |
boot: Allow use of FIT in TPL and VPL With VBE we want to use FIT in all phases of the boot. Add Kconfig options to support this. Disable the options for sandbox_vpl for now. Signed-off-by: Simon Glass <sjg@chromium.org>