From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web12.3520.1581666676745799709 for ; Thu, 13 Feb 2020 23:51:16 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 23:51:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,439,1574150400"; d="scan'208";a="347907518" Received: from lgao4-mobl.ccr.corp.intel.com ([10.249.193.28]) by fmsmga001.fm.intel.com with ESMTP; 13 Feb 2020 23:51:15 -0800 From: "Liming Gao" To: devel@edk2.groups.io Cc: Bob Feng , Paul Lohr Subject: [edk2-platform][patch] FitGen: Add FIT spec revision in FitGen tool help message Date: Fri, 14 Feb 2020 15:51:11 +0800 Message-Id: <20200214075111.1372-1-liming.gao@intel.com> X-Mailer: git-send-email 2.24.1.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2483 Signed-off-by: Liming Gao Cc: Bob Feng Cc: Paul Lohr --- 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