public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: Fix download command parsing
Date: Thu, 04 Dec 2008 23:10:22 -0800	[thread overview]
Message-ID: <4938D3DE.5020002@gmail.com> (raw)
In-Reply-To: <1228244391-4462-1-git-send-email-ptyser@xes-inc.com>

Hi Peter,

Peter Tyser wrote:
> When CONFIG_SYS_HUSH_PARSER is defined network download
> commands with 1 argument in the format 'tftp "/path/file"'
> do not work as expected. The hush command parser strips
> the quotes from "/path/file" which causes the network
> commands to interpret "/path/file" as an address
> instead of the intended filename.
>
> The previous check for a leading quote in netboot_common()
> was replaced with a check which ensures only valid
> numbers are treated as addresses.
>
> Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
> ---

Applied to net repo.

thanks,
Ben

      reply	other threads:[~2008-12-05  7:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-02 18:59 [U-Boot] [PATCH] net: Fix download command parsing Peter Tyser
2008-12-05  7:10 ` Ben Warren [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=4938D3DE.5020002@gmail.com \
    --to=biggerbadderben@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox