xpl: Rename spl_phase() to xpl_phase()
Rename this function to indicate that it refers to any xPL phase. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -100,7 +100,7 @@ uint64_t notrace get_ticks(void)
|
||||
|
||||
ret = timer_get_count(gd->timer, &count);
|
||||
if (ret) {
|
||||
if (spl_phase() > PHASE_TPL)
|
||||
if (xpl_phase() > PHASE_TPL)
|
||||
panic("Could not read count from timer (err %d)\n",
|
||||
ret);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user