Skip to content

Commit

Permalink
Documentation: remove dynamic-resolution-notes reference to non-exist…
Browse files Browse the repository at this point in the history
…ent file

File dt-object-internal.txt does not exist. This patch removes
a reference to it.

Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Harish Jenny K N authored and Rob Herring committed Aug 13, 2018
1 parent a3cfcec commit f11b9ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/devicetree/dynamic-resolution-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
----------------------------------

This document describes the implementation of the in-kernel
Device Tree resolver, residing in drivers/of/resolver.c and is a
companion document to Documentation/devicetree/dt-object-internal.txt[1]
Device Tree resolver, residing in drivers/of/resolver.c

How the resolver works
----------------------

The resolver is given as an input an arbitrary tree compiled with the
proper dtc option and having a /plugin/ tag. This generates the
appropriate __fixups__ & __local_fixups__ nodes as described in [1].
appropriate __fixups__ & __local_fixups__ nodes.

In sequence the resolver works by the following steps:

Expand Down

0 comments on commit f11b9ab

Please sign in to comment.