summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat/fapiPlatAttributeService.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatAttributeService.C')
-rw-r--r--src/usr/hwpf/plat/fapiPlatAttributeService.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatAttributeService.C b/src/usr/hwpf/plat/fapiPlatAttributeService.C
index 48701c101..6e4f40039 100644
--- a/src/usr/hwpf/plat/fapiPlatAttributeService.C
+++ b/src/usr/hwpf/plat/fapiPlatAttributeService.C
@@ -922,7 +922,7 @@ fapi::ReturnCode fapiPlatGetProcNxMmioBarSize (
fapi::ReturnCode fapiPlatGetProcPcieBarEnable (
const fapi::Target * i_pTarget,
- uint8_t (&o_pcieBarEnable) [3][3] )
+ uint8_t (&o_pcieBarEnable) [4][3] )
{
fapi::ReturnCode l_rc;
uint64_t l_procNum = 0;
@@ -973,7 +973,7 @@ fapi::ReturnCode fapiPlatGetProcPcieBarEnable (
fapi::ReturnCode fapiPlatGetProcPcieBarBaseAddr (
const fapi::Target * i_pTarget,
- uint64_t (&o_pcieBarBase) [3][3] )
+ uint64_t (&o_pcieBarBase) [4][3] )
{
fapi::ReturnCode l_rc;
uint64_t l_procNum = 0;
@@ -1058,7 +1058,7 @@ fapi::ReturnCode fapiPlatGetProcPcieBarBaseAddr (
fapi::ReturnCode fapiPlatGetProcPcieBarSize (
const fapi::Target * i_pTarget,
- uint64_t (&o_pcieBarSize) [3][3] )
+ uint64_t (&o_pcieBarSize) [4][3] )
{
fapi::ReturnCode l_rc;
uint64_t l_procNum = 0;
OpenPOWER on IntegriCloud