From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 28 Dec 2020 08:26:07 -0800 Subject: [PATCH v2 05/18] buildman: Report sizes for TPL also In-Reply-To: <20201223023030.2023937-2-sjg@chromium.org> References: <20201223023030.2023937-2-sjg@chromium.org> <20201223023030.2023937-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 At present only U-Boot proper and SPL are scanned to obtain size information. Add TPL also, to complete the picture. Signed-off-by: Simon Glass --- (no changes since v1) tools/buildman/builderthread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm/next, thanks!