From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] Documentation: remove dynamic-resolution-notes reference to non-existent file References: <1532001244-8349-1-git-send-email-harish_kandiga@mentor.com> From: Frank Rowand Message-ID: <9a6321f6-8706-97b4-3e6c-8f5d8724ecc2@gmail.com> Date: Thu, 19 Jul 2018 09:18:07 -0700 MIME-Version: 1.0 In-Reply-To: <1532001244-8349-1-git-send-email-harish_kandiga@mentor.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit To: Harish Jenny K N , Pantelis Antoniou , Rob Herring , Mark Rutland Cc: devicetree@vger.kernel.org List-ID: On 07/19/18 04:54, Harish Jenny K N wrote: > File dt-object-internal.txt does not exist. This patch removes > a reference to it. > > Signed-off-by: Harish Jenny K N > --- > Documentation/devicetree/dynamic-resolution-notes.txt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt > index 083d232..c24ec36 100644 > --- a/Documentation/devicetree/dynamic-resolution-notes.txt > +++ b/Documentation/devicetree/dynamic-resolution-notes.txt > @@ -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: > > -- > 2.7.4 > > Reviewed-by: Frank Rowand