commit | 58918fa4f06c9bc529755efe133f514435d94467 | [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 | 02eb9f166573009f576133a15d6323ff4ab479b1 [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")