summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-09-29 19:49:35 -0600
committerTom Rini <[email protected]>2024-10-11 11:44:47 -0600
commit41ea75aa00079ff8368fca53267671cee6289415 (patch)
treede4023dc859ce6ec220db2e82ac0d2fd63fe9cb2 /arch
parent713bfc58f948e46e0e01ff8b50ef9f30f6f8317c (diff)
xpl: Rename spl_phase to xpl_phase_t
This name fits better with the new naming scheme, so update it. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/cpu/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c
index 1c33a520c64..6c6f4fd8c3e 100644
--- a/arch/sandbox/cpu/spl.c
+++ b/arch/sandbox/cpu/spl.c
@@ -91,7 +91,7 @@ static int load_from_image(struct spl_image_info *spl_image,
struct spl_boot_device *bootdev)
{
struct sandbox_state *state = state_get_current();
- enum u_boot_phase next_phase;
+ enum xpl_phase_t next_phase;
const char *fname;
ulong pos, size;
int full_size;