commit | e4d7a1471bcade6c4b8026849d8f49a02dc19b98 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 19 11:28:59 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 27 15:16:10 2024 -0600 |
tree | 8fd2229e638f2f908019b9009ffa256de6ff1870 | |
parent | a0bdf2238d1efa024aae564d7388697c2c6830e2 [diff] |
spl: Support a relocated stack in any XPL phase The current check looks only at SPL, but TPL or VPL might have a different setting. Update the condition. Signed-off-by: Simon Glass <sjg@chromium.org>