From 7f3470bfaa2fd9f2adaa959ce3af8ecf924f4678 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 20 Oct 2022 18:23:19 -0600 Subject: vbe: Add a command to show the VBE state Add a VBE comment which shows the current state. Currently this is just the phases which booted via VBE. Signed-off-by: Simon Glass --- include/spl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/spl.h b/include/spl.h index 7286f4b5ca0..3eb27de6166 100644 --- a/include/spl.h +++ b/include/spl.h @@ -66,6 +66,8 @@ enum u_boot_phase { PHASE_SPL, /* Running in SPL */ PHASE_BOARD_F, /* Running in U-Boot before relocation */ PHASE_BOARD_R, /* Running in U-Boot after relocation */ + + PHASE_COUNT, }; /** -- cgit v1.2.3