summaryrefslogtreecommitdiff
path: root/cmd/fpga.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2019-05-28 11:33:27 -0400
committerMichal Simek <michal.simek@xilinx.com>2019-07-30 10:20:06 +0200
commitce9e4e0d52354902f571f961b187c3d0f7eb66a5 (patch)
tree4039a2000c981f750d6c127a8c090278ac842c4c /cmd/fpga.c
parent84a2c83263ff1a82ea9faf1fb2764e17a9de1bc3 (diff)
cmd: fpga: correct typo, capitalize "Xilinx"
A couple minor tweaks to printed strings in cmd/fpga.c. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'cmd/fpga.c')
-rw-r--r--cmd/fpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fpga.c b/cmd/fpga.c
index bc48abdd6d..eba989a730 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
);