commit | 6c49fc5882baa2c496b03f8260a5b21ef48ed9c5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 29 19:49:39 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 11:44:47 2024 -0600 |
tree | 626ee011f166a07987966f71dbc150c8cd9eff58 | |
parent | 44a4c8e93fe393cd84c70ba1be0c47e25e6ff66c [diff] |
xpl: Rename spl_next_phase() and spl_prev_phase() Rename this to use the xpl prefix. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index ab05419..6276b27 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c
@@ -1676,7 +1676,7 @@ * not whether this phase creates one. */ if (CONFIG_IS_ENABLED(BLOBLIST) && - (spl_prev_phase() != PHASE_TPL || + (xpl_prev_phase() != PHASE_TPL || !IS_ENABLED(CONFIG_TPL_BLOBLIST))) { ret = bloblist_maybe_init(); if (!ret) {