From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 26 Sep 2019 17:38:38 -0700 Subject: [U-Boot] [PATCH 33/34] binman: Add logging for the number of pack passes In-Reply-To: <20190824132315.53130-34-sjg@chromium.org> References: <20190824132315.53130-34-sjg@chromium.org> <20190824132315.53130-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 Sometimes binman takes multiple passes to complete packing an image. Add logging to indicate this. Signed-off-by: Simon Glass --- tools/binman/control.py | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm, thanks!