All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd/fpga.c: correct typo, capitalize "Xilinx"
@ 2019-05-28 15:33 Robert P. J. Day
  2019-05-29  7:03 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2019-05-28 15:33 UTC (permalink / raw)
  To: u-boot

A couple minor tweaks to printed strings in cmd/fpga.c.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/cmd/fpga.c b/cmd/fpga.c
index b1f224bc6a..62453f0a8f 100644
--- a/cmd/fpga.c
+++ b/cmd/fpga.c
@@ -458,7 +458,7 @@ U_BOOT_CMD(fpga, 6, 1, do_fpga_wrapper,
 	   "0-device key, 1-user key, 2-no encryption.\n"
 	   "The optional Userkey address specifies from which address key\n"
 	   "has to be used for decryption if user key is selected.\n"
-	   "NOTE: the sceure bitstream has to be created using xilinx\n"
+	   "NOTE: the secure bitstream has to be created using Xilinx\n"
 	   "bootgen tool only.\n"
 #endif
 );

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] cmd/fpga.c: correct typo, capitalize "Xilinx"
  2019-05-28 15:33 [U-Boot] [PATCH] cmd/fpga.c: correct typo, capitalize "Xilinx" Robert P. J. Day
@ 2019-05-29  7:03 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-05-29  7:03 UTC (permalink / raw)
  To: u-boot

On 28. 05. 19 17:33, Robert P. J. Day wrote:
> A couple minor tweaks to printed strings in cmd/fpga.c.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/cmd/fpga.c b/cmd/fpga.c
> index b1f224bc6a..62453f0a8f 100644
> --- a/cmd/fpga.c
> +++ b/cmd/fpga.c
> @@ -458,7 +458,7 @@ U_BOOT_CMD(fpga, 6, 1, do_fpga_wrapper,
>  	   "0-device key, 1-user key, 2-no encryption.\n"
>  	   "The optional Userkey address specifies from which address key\n"
>  	   "has to be used for decryption if user key is selected.\n"
> -	   "NOTE: the sceure bitstream has to be created using xilinx\n"
> +	   "NOTE: the secure bitstream has to be created using Xilinx\n"
>  	   "bootgen tool only.\n"
>  #endif
>  );
> 

Applied with different subject: cmd: fpga:

Thanks,
Michal

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-29  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 15:33 [U-Boot] [PATCH] cmd/fpga.c: correct typo, capitalize "Xilinx" Robert P. J. Day
2019-05-29  7:03 ` Michal Simek

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.