]> Git Repo - J-u-boot.git/blobdiff - arch/x86/cpu/broadwell/cpu.c
xpl: Rename spl_phase() to xpl_phase()
[J-u-boot.git] / arch / x86 / cpu / broadwell / cpu.c
index dc6717eca40ea8c307a2a6bed9c93fd999716061..87463748c4de8a172a8a1e89a9140ea1dca17783 100644 (file)
@@ -68,7 +68,7 @@ int arch_cpu_init(void)
        post_code(POST_CPU_INIT);
 
        /* Do a mini-init if TPL has already done the full init */
-       if (IS_ENABLED(CONFIG_TPL) && spl_phase() != PHASE_TPL)
+       if (IS_ENABLED(CONFIG_TPL) && xpl_phase() != PHASE_TPL)
                return x86_cpu_reinit_f();
        else
                return x86_cpu_init_f();
This page took 0.024896 seconds and 4 git commands to generate.