From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 30 Jan 2021 13:26:55 -0800 Subject: [PATCH 11/11] binman: Print a debug message when binman selects a node In-Reply-To: <20210121205716.964652-12-sjg@chromium.org> References: <20210121205716.964652-12-sjg@chromium.org> <20210121205716.964652-1-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 Add some debugging to indicate which node the binman library is looking at. Signed-off-by: Simon Glass --- lib/binman.c | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm, thanks!