]> Git Repo - J-u-boot.git/blobdiff - common/board_f.c
xpl: Rename spl_phase() to xpl_phase()
[J-u-boot.git] / common / board_f.c
index 154675d0e407f1862ea33d430362eeafee083c54..f1bd70fdd6c54f5d51b87d19ddb4294a018fc6dd 100644 (file)
@@ -397,7 +397,7 @@ __weak int arch_reserve_mmu(void)
 
 static int reserve_video_from_videoblob(void)
 {
-       if (IS_ENABLED(CONFIG_SPL_VIDEO_HANDOFF) && spl_phase() > PHASE_SPL) {
+       if (IS_ENABLED(CONFIG_SPL_VIDEO_HANDOFF) && xpl_phase() > PHASE_SPL) {
                struct video_handoff *ho;
                int ret = 0;
 
This page took 0.024359 seconds and 4 git commands to generate.