commit | a3a70c7a6e2fa5eedf299a143dafecdf61eb0b88 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 20 10:12:49 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 04 12:58:56 2024 -0600 |
tree | 199b51ac0a74214676f73cb7f891c27eb5312dad | |
parent | 123652249d86bbe8f6bdb5e49c018803ccea5c8a [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>