diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2018-01-23 08:59:48 -0600 |
---|---|---|
committer | Nicholas E. Bofferding <bofferdn@us.ibm.com> | 2018-01-25 14:56:17 -0500 |
commit | 24d964b78e0248d73c5e66958cd7992404a49533 (patch) | |
tree | 42be55b3f7b5a1923233d00d337cbf17ace86fa7 /src | |
parent | af203750b8e67ff989131c76cc3d5afc5926a975 (diff) | |
download | talos-hostboot-24d964b78e0248d73c5e66958cd7992404a49533.tar.gz talos-hostboot-24d964b78e0248d73c5e66958cd7992404a49533.zip |
Fix syntax error in Dump.pm
- Added comma to end of line in order to fix syntax error
Change-Id: I87c8303650daae0a9d360d509354d4db569e4469
Backport: release-fips910
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52436
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/build/debug/Hostboot/Dump.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/Dump.pm b/src/build/debug/Hostboot/Dump.pm index bc3dca7b8..494d308ba 100755 --- a/src/build/debug/Hostboot/Dump.pm +++ b/src/build/debug/Hostboot/Dump.pm @@ -75,7 +75,7 @@ our %memory_maps = ( MEMSTATE_MS_48MEG() => # Add next 38MB after we expand to memory. [ 10 * _MB, 38 * _MB - ] + ], MEMSTATE_MS_64MEG() => # Add next 54MB after we expand to memory. [ 10 * _MB, 54 * _MB |