summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/cvpd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/vpd/cvpd.H')
-rw-r--r--src/usr/vpd/cvpd.H14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/usr/vpd/cvpd.H b/src/usr/vpd/cvpd.H
index e5eec6f6e..73c54128d 100644
--- a/src/usr/vpd/cvpd.H
+++ b/src/usr/vpd/cvpd.H
@@ -45,20 +45,6 @@
namespace CVPD
{
- enum
- {
-#ifdef CONFIG_CDIMM_FORMAT_FOR_CVPD
- // 4KB x 64
- SECTION_SIZE = 0x1000,
- MAX_SECTIONS = 64,
-#else
- // 8KB x 32
- SECTION_SIZE = 0x2000,
- MAX_SECTIONS = 32,
-#endif
- };
-
-
/**
* @brief Conversion of CVPD Records to corresponding character
* representation.
OpenPOWER on IntegriCloud