All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Tero Kristo <kristo@kernel.org>
To: u-boot@lists.denx.de
Subject: [PATCH] configs: ti: enable TFTP_SIZE
Date: Tue, 11 May 2021 15:37:17 +0300	[thread overview]
Message-ID: <8fe1aa5d-173f-8643-502d-7008e992e09b@kernel.org> (raw)
In-Reply-To: <20210511120706.GM17669@bill-the-cat>

On 11/05/2021 15:07, Tom Rini wrote:
> On Tue, May 11, 2021 at 10:40:15AM +0300, Tero Kristo wrote:
> 
>> 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 <kristo@kernel.org>
>> ---
>>   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
> 
> That's pretty handy.  Can you please convert it to Kconfig (it should go
> in net/Kconfig) and default y if ARCH_OMAP2PLUS should be fine.  Thanks.
> 

Yea, I can take a shot at that.

-Tero

      reply	other threads:[~2021-05-11 12:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11  7:40 [PATCH] configs: ti: enable TFTP_SIZE Tero Kristo
2021-05-11 12:07 ` Tom Rini
2021-05-11 12:37   ` Tero Kristo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8fe1aa5d-173f-8643-502d-7008e992e09b@kernel.org \
    --to=kristo@kernel.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.