All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition
Date: Sun, 25 Oct 2015 11:29:26 +0100	[thread overview]
Message-ID: <20151025112926.31f8aba2@lilith> (raw)
In-Reply-To: <1444600977-16795-1-git-send-email-albert.aribaud@3adev.fr>

On Mon, 12 Oct 2015 00:02:57 +0200, Albert ARIBAUD (3ADEV)
<albert.aribaud@3adev.fr> wrote:
> TFTP source and destination port variable names are
> 'tftpsrcp' and 'tftpdstp' in the code, but 'tftpsrcport'
> and 'tftpdstport' in the README file. Fix the README.
> 
> Add environment variable 'tftptimeoutcountmax'. As per the
> comments about the global variable tftp_timeout_count_max,
> make sure tftptimeoutcountmax is nonnegative.
> 
> Introduce configuration option CONFIG_NET_TFTP_VARS,
> which controls whether environment variables tftpblocksize,
> tftptimeout, and tftptimoueoutcountmax are read by the TFTP
> client code. CONFIG_NET_TFTP_VARS defaults to y but can be
> set to n by targets with to tight size contraints.
> 
> Make bf527-ezkit set CONFIG_NET_TFTP_VARS to n to keep the
> target size below limit.
> ---

Joe, does it work for bf527-ezkit?

Amicalement,
-- 
Albert.

  reply	other threads:[~2015-10-25 10:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-11 22:02 [U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition Albert ARIBAUD
2015-10-25 10:29 ` Albert ARIBAUD [this message]
2015-10-29 18:43   ` Joe Hershberger
2015-10-29 19:32 ` Joe Hershberger

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=20151025112926.31f8aba2@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.