From 41ea75aa00079ff8368fca53267671cee6289415 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 29 Sep 2024 19:49:35 -0600 Subject: 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 --- doc/device-tree-bindings/bootph.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/device-tree-bindings/bootph.yaml b/doc/device-tree-bindings/bootph.yaml index a3ccf06efa7..a364b3fe37f 100644 --- a/doc/device-tree-bindings/bootph.yaml +++ b/doc/device-tree-bindings/bootph.yaml @@ -83,6 +83,6 @@ properties: bootph-all: type: boolean description: - Include this node in all phases (for U-Boot see enum u_boot_phase). + Include this node in all phases (for U-Boot see enum xpl_phase_t). additionalProperties: true -- cgit v1.3.1