From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 13 Jul 2020 13:24:52 +0800 Subject: [PATCH v2 02/44] binman: Refactor binman_entry_find() to allow other nodes In-Reply-To: <20200708033246.2626378-3-sjg@chromium.org> References: <20200708033246.2626378-1-sjg@chromium.org> <20200708033246.2626378-3-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > At present we can only read from a top-level binman node entry. Refactor > this function to produce a second local function which supports reading > from any node. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Rename binman_entry_find_() > > lib/binman.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) > Reviewed-by: Bin Meng