summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/device-tree-bindings/bootph.yaml2
1 files changed, 1 insertions, 1 deletions
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