diff options
author | Harish Jenny K N <harish_kandiga@mentor.com> | 2018-07-19 07:54:04 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-08-13 10:20:10 -0400 |
commit | f11b9abc9318d5506f08156b4950c24e3cba73e5 (patch) | |
tree | d3cadce13ab5bf6ad02746241821fe2f91f0ff1b | |
parent | a3cfcecdb38b2f562fd6608ad4b1f8c1115cddd0 (diff) |
Documentation: remove dynamic-resolution-notes reference to non-existent 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>
-rw-r--r-- | Documentation/devicetree/dynamic-resolution-notes.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt index 083d23262abe..c24ec366c5dc 100644 --- a/Documentation/devicetree/dynamic-resolution-notes.txt +++ b/Documentation/devicetree/dynamic-resolution-notes.txt | |||
@@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes | |||
2 | ---------------------------------- | 2 | ---------------------------------- |
3 | 3 | ||
4 | This document describes the implementation of the in-kernel | 4 | This document describes the implementation of the in-kernel |
5 | Device Tree resolver, residing in drivers/of/resolver.c and is a | 5 | Device Tree resolver, residing in drivers/of/resolver.c |
6 | companion document to Documentation/devicetree/dt-object-internal.txt[1] | ||
7 | 6 | ||
8 | How the resolver works | 7 | How the resolver works |
9 | ---------------------- | 8 | ---------------------- |
10 | 9 | ||
11 | The resolver is given as an input an arbitrary tree compiled with the | 10 | The resolver is given as an input an arbitrary tree compiled with the |
12 | proper dtc option and having a /plugin/ tag. This generates the | 11 | proper dtc option and having a /plugin/ tag. This generates the |
13 | appropriate __fixups__ & __local_fixups__ nodes as described in [1]. | 12 | appropriate __fixups__ & __local_fixups__ nodes. |
14 | 13 | ||
15 | In sequence the resolver works by the following steps: | 14 | In sequence the resolver works by the following steps: |
16 | 15 | ||