commit | 4055823daf512e8cf403e41dae504883036964f7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 07:52:27 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 17 09:11:49 2024 -0600 |
tree | e02302716d087123b28620fc8570c63358bc3026 | |
parent | 068f6a7de156ca01161b997c2b08d917748321bb [diff] |
boot: Use correct PHASE_ variable for expo This patch was written before the XPL change-over. Update the Makefile condition to the new way. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: ae3b5928d61 ("x86: coreboot: Allow building an expo for...") Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>