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>
This commit is contained in:
Harish Jenny K N 2018-07-19 17:24:04 +05:30 committed by Rob Herring
parent a3cfcecdb3
commit f11b9abc93
1 changed files with 2 additions and 3 deletions

View File

@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
---------------------------------- ----------------------------------
This document describes the implementation of the in-kernel This document describes the implementation of the in-kernel
Device Tree resolver, residing in drivers/of/resolver.c and is a Device Tree resolver, residing in drivers/of/resolver.c
companion document to Documentation/devicetree/dt-object-internal.txt[1]
How the resolver works How the resolver works
---------------------- ----------------------
The resolver is given as an input an arbitrary tree compiled with the The resolver is given as an input an arbitrary tree compiled with the
proper dtc option and having a /plugin/ tag. This generates 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: In sequence the resolver works by the following steps: