diff mbox series

[U-Boot] cmd/fpga.c: correct typo, capitalize "Xilinx"

Message ID alpine.LFD.2.21.1905281131190.14785@localhost.localdomain
State Accepted
Commit ce9e4e0d52354902f571f961b187c3d0f7eb66a5
Delegated to: Michal Simek
Headers show
Series [U-Boot] cmd/fpga.c: correct typo, capitalize "Xilinx" | expand

Commit Message

Robert P. J. Day May 28, 2019, 3:33 p.m. UTC
A couple minor tweaks to printed strings in cmd/fpga.c.

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

---

Comments

Michal Simek May 29, 2019, 7:03 a.m. UTC | #1
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
diff mbox series

Patch

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
 );