diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2016-10-17 13:05:29 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-18 22:19:45 -0400 |
| commit | e5913f313fb9e596f232a0987cac69f310e70325 (patch) | |
| tree | 1200e01d020a8f5ba60d89021132b33ce1963114 /src | |
| parent | 79d26cf3f87584297afa7313b86106d84748ddc0 (diff) | |
| download | talos-hostboot-e5913f313fb9e596f232a0987cac69f310e70325.tar.gz talos-hostboot-e5913f313fb9e596f232a0987cac69f310e70325.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/31366
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')
| -rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H | 1 |
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 7faf1cb49..8b31ba05c 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. |

