commit | 9d246aed1f3327067b3620133223f16342713dbd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 12:44:53 2024 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:22 2024 -0600 |
tree | 6b413c98ca098b9ecf6b944c4851644b71423adf | |
parent | 1f3a122291390c9f50a4dca63dd14bdeac2ad065 [diff] |
sandbox_spl: Restrict use of UPL when not enabled With sandbox_spl we want to use the file-based boot in CI, so that this flow is tested. The recent UPL change enabled booting via that method, thus overriding the file-based boot. Correct this by using UPL only when the --upl flag is given. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 91fde8e1764 ("sandbox: Add an SPL loader for UPL")