public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platform][patch] FitGen: Add FIT spec revision in FitGen tool help message
@ 2020-02-14  7:51 Liming Gao
  2020-02-14  7:59 ` Bob Feng
  0 siblings, 1 reply; 2+ messages in thread
From: Liming Gao @ 2020-02-14  7:51 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Paul Lohr

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2483

Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Paul Lohr <paul.a.lohr@intel.com>
---
 Silicon/Intel/Tools/FitGen/FitGen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Silicon/Intel/Tools/FitGen/FitGen.c b/Silicon/Intel/Tools/FitGen/FitGen.c
index 8122c10ebb..2ed636093a 100644
--- a/Silicon/Intel/Tools/FitGen/FitGen.c
+++ b/Silicon/Intel/Tools/FitGen/FitGen.c
@@ -294,7 +294,7 @@ Returns:
 --*/
 {
   printf (
-    "%s - Tiano IA32/X64 FIT table generation Utility."" Version %i.%i\n\n",
+    "%s - Tiano IA32/X64 FIT table generation Utility for FIT spec revision 1.1."" Version %i.%i\n\n",
     UTILITY_NAME,
     UTILITY_MAJOR_VERSION,
     UTILITY_MINOR_VERSION
-- 
2.13.0.windows.1


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

end of thread, other threads:[~2020-02-14  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14  7:51 [edk2-platform][patch] FitGen: Add FIT spec revision in FitGen tool help message Liming Gao
2020-02-14  7:59 ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox