docs: Fix devicetree command description
Specifically fix the subsection and drop bogus reference to the GNU/Linux. Reported-by: Patrick Higgins <higgi1pt@gmail.com> Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
8451454889
commit
30c4e3ca40
1 changed files with 1 additions and 2 deletions
|
@ -4295,13 +4295,12 @@ hour, minute, and second unchanged.
|
||||||
|
|
||||||
|
|
||||||
@node devicetree
|
@node devicetree
|
||||||
@subsection linux
|
@subsection devicetree
|
||||||
|
|
||||||
@deffn Command devicetree file
|
@deffn Command devicetree file
|
||||||
Load a device tree blob (.dtb) from a filesystem, for later use by a Linux
|
Load a device tree blob (.dtb) from a filesystem, for later use by a Linux
|
||||||
kernel. Does not perform merging with any device tree supplied by firmware,
|
kernel. Does not perform merging with any device tree supplied by firmware,
|
||||||
but rather replaces it completely.
|
but rather replaces it completely.
|
||||||
@ref{GNU/Linux}.
|
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@node distrust
|
@node distrust
|
||||||
|
|
Loading…
Reference in a new issue