summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeSpMsg.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeSpMsg.H')
-rw-r--r--src/sbefw/core/sbeSpMsg.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sbefw/core/sbeSpMsg.H b/src/sbefw/core/sbeSpMsg.H
index c989949a..e2499234 100644
--- a/src/sbefw/core/sbeSpMsg.H
+++ b/src/sbefw/core/sbeSpMsg.H
@@ -503,8 +503,8 @@ typedef struct
uint32_t len; // Length of Data in Bytes
}sbeOccSramAccessReqMsgHdr_t;
-// Maximum number of capabilities
-static const uint32_t SBE_MAX_CAPABILITIES = 18;
+// Maximum number of capabilities - max of FIFO and PSU capabilities
+static const uint32_t SBE_MAX_CAPABILITIES = 20;
/**
* @brief structure for SBE Get Capabilities chipop (0xA802) contents.
OpenPOWER on IntegriCloud