diff options
author | Stephen Cprek <smcprek@us.ibm.com> | 2017-07-12 09:18:13 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-20 15:54:53 -0400 |
commit | c30be2b5469301e7269dc5689a70428e592f369f (patch) | |
tree | 21408e5fdd3bb0458e888999bf320e446938cace /src/build/debug/Hostboot/Dump.pm | |
parent | 781d316517240e869cc76ceff5cde3eb1fe6bc48 (diff) | |
download | talos-hostboot-c30be2b5469301e7269dc5689a70428e592f369f.tar.gz talos-hostboot-c30be2b5469301e7269dc5689a70428e592f369f.zip |
Address minor comments from Story 175114
Done separately in order to not restart CI on other commits
Change-Id: I02c91d15c7a58673ba9e3da67a61aee66a647915
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43034
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot/Dump.pm')
-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 0966e2187..e7c1c78de 100755 --- a/src/build/debug/Hostboot/Dump.pm +++ b/src/build/debug/Hostboot/Dump.pm @@ -41,7 +41,7 @@ use constant MEMSTATE_MS_32MEG => 0x20; use constant _KB => 1024; use constant _MB => 1024 * 1024; -# Size of HBB PNOR partition without ECC, page algined down, minus 4K header +# Size of HBB PNOR partition without ECC, page aligned down, minus 4K header use constant MAX_HBB_SIZE => (904 * _KB); # Map the available memory at each state. |