From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Date: Tue, 11 May 2021 10:40:15 +0300 Subject: [PATCH] configs: ti: enable TFTP_SIZE Message-ID: <20210511074015.24272-1-kristo@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This fits the TFTP progress bar on single line based on the size of the file being downloaded, reducing unnecessary spam and also making it easier to track the download progress. Signed-off-by: Tero Kristo --- include/configs/ti_armv7_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index f13e9e5264..f40089a3fd 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -205,6 +205,8 @@ "run netloadfdt; " \ "run netargs; " \ "bootz ${loadaddr} - ${fdtaddr}\0" + +#define CONFIG_TFTP_TSIZE #else #define NETARGS "" #endif -- 2.17.1