From 6adc57ce4966da0642139286dcc15cb20eec581e Mon Sep 17 00:00:00 2001 From: Matthew Raybuck Date: Fri, 14 Jun 2019 09:58:40 -0500 Subject: Fix typo in buildBpmFlashImages.pl Corrected a typo where 32GB NVDIMM binary was generated as 36GB Change-Id: I49c4c8b8c561b5ebcde2b1324d3c4f419f490a18 RTC:210367 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78962 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Matt Derksen Reviewed-by: Daniel M. Crowell --- src/build/buildpnor/buildBpmFlashImages.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/build/buildpnor/buildBpmFlashImages.pl') diff --git a/src/build/buildpnor/buildBpmFlashImages.pl b/src/build/buildpnor/buildBpmFlashImages.pl index 5b4ecaea2..ba65dab0a 100755 --- a/src/build/buildpnor/buildBpmFlashImages.pl +++ b/src/build/buildpnor/buildBpmFlashImages.pl @@ -281,13 +281,13 @@ sub generateOutputNameAndVersion # According to the spec an example filename would be of the form: # S R C A80 6 2 IBM H 01 1 B _FULL_ FW_Rev1.03_02282019.txt # ^ ^ ^ - # 1: Number of NVDIMM interfaces (1 = 36GB, 2 = 16GB) + # 1: Number of NVDIMM interfaces (1 = 32GB, 2 = 16GB) # _FULL_: The image contains the firmware and configuration data. # Rev1.03: Version of this image file my @fileNameComponents = split(/_/, $name); # The NVDIMM interface types supported - my %nvdimmTypes = ( 1 => "36GB", + my %nvdimmTypes = ( 1 => "32GB", 2 => "16GB", ); # Extract the NVDIMM Interface number from filename -- cgit v1.2.1