summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2016-10-17 13:05:29 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-18 22:47:44 -0400
commite6aaf1015a56bbbd65b0f7199a23b0ff386e671d (patch)
tree896b1b7fbf29cf5495a05759b0ea60e1d8e63aa5
parent611fac60e77b21303fe83340f9b3795a3e4fd703 (diff)
downloadtalos-sbe-e6aaf1015a56bbbd65b0f7199a23b0ff386e671d.tar.gz
talos-sbe-e6aaf1015a56bbbd65b0f7199a23b0ff386e671d.zip
Cleanup: Getting rid of FIXED_RING_BUF_SIZE (RTC156706).
Change-Id: I5701bf15e064144d0106eeb921819424777116dc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31355 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31365 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H
index cf0c5a96..2e8893e7 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H
@@ -37,7 +37,6 @@
const uint32_t MAX_SEEPROM_IMAGE_SIZE = 4 * 56 * 1024 - 256; // Max Seeprom size, excl ECC bits (4 banks).
const uint32_t MAX_RT_IMAGE_SIZE = 1024 * 1024; // Max Runtime size.
const uint32_t MAX_RING_BUF_SIZE = 60000; // Max ring buffer size.
-const uint32_t FIXED_RING_BUF_SIZE = 60000; //@TODO: RTC156706
const uint32_t MAX_OVERRIDES_SIZE = 2 * 1024; // Max overrides section size.
const uint32_t MAX_HBBL_SIZE = 20 * 1024; // Max hbbl section size.
OpenPOWER on IntegriCloud