diff options
| author | Wolfgang Wallner <[email protected]> | 2025-10-24 17:11:59 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-26 09:03:27 -0600 |
| commit | ed00d12c015aec7c316fcd482737181f9dff8f4d (patch) | |
| tree | 31ab9820ad3e47c2b1c7fc7363d4c63bbe331672 /doc/develop/driver-model | |
| parent | 66f7574dddb37e77090bf0563c4c77b14be5eae7 (diff) | |
doc: Fix typos
Fix typos/wording in various files in doc/.
Signed-off-by: Wolfgang Wallner <[email protected]>
Reviewed-by: E Shattow <[email protected]>
Diffstat (limited to 'doc/develop/driver-model')
| -rw-r--r-- | doc/develop/driver-model/fdt-fixup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/fdt-fixup.rst b/doc/develop/driver-model/fdt-fixup.rst index 974c09031ed..b547daf79ff 100644 --- a/doc/develop/driver-model/fdt-fixup.rst +++ b/doc/develop/driver-model/fdt-fixup.rst @@ -45,7 +45,7 @@ An additional problem with the device tree in U-Boot is that it is read-only, and the current mechanisms don't allow easy manipulation of the device tree after the driver model has been initialized. While migrating to a live device tree (at least after the relocation) would greatly simplify the solution of -this problem, it is a non-negligible task to implement it, an a interim +this problem, it is a non-negligible task to implement it, an ad interim solution is needed to address the problem at least in the medium-term. Hence, we propose a solution to this problem by offering a board-specific |
