diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2016-10-17 13:05:29 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:36:36 -0500 |
| commit | efc3cfec72b316e183ed345346055234a1726fc4 (patch) | |
| tree | b8729974e659f1e2bfe79ec4e4b6431259748a40 /import/chips/p9/utils/imageProcs | |
| parent | 05ba726579fc647abfcc91101b4d36483c11b83e (diff) | |
| download | talos-hcode-efc3cfec72b316e183ed345346055234a1726fc4.tar.gz talos-hcode-efc3cfec72b316e183ed345346055234a1726fc4.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>
Diffstat (limited to 'import/chips/p9/utils/imageProcs')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_infrastruct_help.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H b/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H index 2cf99f63..e3ad67b7 100644 --- a/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H +++ b/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. |

