From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] zynq: Use full tftpboot command instead of shortcut tftp
Date: Thu, 13 Feb 2014 15:30:47 +0100 [thread overview]
Message-ID: <20140213153047.08d915a2@lilith> (raw)
In-Reply-To: <c1a1f3a9ba7aa43c197be90a3ef5e0f44f2d3da8.1391583364.git.michal.simek@xilinx.com>
Hi Michal,
On Wed, 5 Feb 2014 07:56:07 +0100, Michal Simek
<michal.simek@xilinx.com> wrote:
> The reason is enabling tftpput command where
> tftp shorcut stops to work for tftpboot.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> include/configs/zynq-common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index 36b9508..f03c653 100644
> --- a/include/configs/zynq-common.h
> +++ b/include/configs/zynq-common.h
> @@ -149,7 +149,7 @@
> "fatload mmc 0 ${load_addr} ${fit_image} && " \
> "bootm ${load_addr}\0" \
> "jtagboot=echo TFTPing FIT to RAM... && " \
> - "tftp ${load_addr} ${fit_image} && " \
> + "tftpboot ${load_addr} ${fit_image} && " \
> "bootm ${load_addr}\0"
> #define CONFIG_BOOTCOMMAND "run $modeboot"
> #define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */
> --
> 1.8.2.3
>
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
prev parent reply other threads:[~2014-02-13 14:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-05 6:56 [U-Boot] [PATCH] zynq: Use full tftpboot command instead of shortcut tftp Michal Simek
2014-02-10 9:11 ` Albert ARIBAUD
2014-02-10 9:30 ` Michal Simek
2014-02-10 9:36 ` Albert ARIBAUD
2014-02-10 9:45 ` Michal Simek
2014-02-10 9:51 ` Albert ARIBAUD
2014-02-13 14:30 ` Albert ARIBAUD [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=20140213153047.08d915a2@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox