summaryrefslogtreecommitdiff
path: root/arch/x86/lib/tpl.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-09-29 19:49:40 -0600
committerTom Rini <trini@konsulko.com>2024-10-11 11:44:47 -0600
commit80580cd98167771a0aae4a6c4c7ffe6d7e70a155 (patch)
tree19aaef7965db7424a95698294897bff9d29086db /arch/x86/lib/tpl.c
parent6c49fc5882baa2c496b03f8260a5b21ef48ed9c5 (diff)
xpl: Rename spl_phase_prefix() and spl_phase_name()
Use simpler names for these functions. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/tpl.c')
-rw-r--r--arch/x86/lib/tpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/tpl.c b/arch/x86/lib/tpl.c
index 0606b4a1c67..f7df7e03621 100644
--- a/arch/x86/lib/tpl.c
+++ b/arch/x86/lib/tpl.c
@@ -103,7 +103,7 @@ int spl_spi_load_image(void)
void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image)
{
- debug("Jumping to %s at %lx\n", spl_phase_name(xpl_next_phase()),
+ debug("Jumping to %s at %lx\n", xpl_name(xpl_next_phase()),
(ulong)spl_image->entry_point);
#ifdef DEBUG
print_buffer(spl_image->entry_point, (void *)spl_image->entry_point, 1,