summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-05-09 13:14:12 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-05-10 16:28:11 -0400
commit456d9a44627ebb8d5693e2320705e13409e1d361 (patch)
tree25e38cc21d3c3afdc4eaff6aeef842ca8d41e5b4 /src/occ_405/amec
parentcf2258322bb72a2cd868f8eaef25e9a665077f4f (diff)
downloadtalos-occ-456d9a44627ebb8d5693e2320705e13409e1d361.tar.gz
talos-occ-456d9a44627ebb8d5693e2320705e13409e1d361.zip
Doorbell reorganization
Change-Id: I9c8aa4e4cd2272c213d063a27c019396928ebd94 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40290 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/amec')
-rwxr-xr-xsrc/occ_405/amec/amec_sensors_power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/amec/amec_sensors_power.c b/src/occ_405/amec/amec_sensors_power.c
index f110ce4..543a917 100755
--- a/src/occ_405/amec/amec_sensors_power.c
+++ b/src/occ_405/amec/amec_sensors_power.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -185,7 +185,7 @@ void amec_update_apss_sensors(void)
// via slave inbox first
if (G_slv_inbox_received)
{
- uint8_t l_proc = G_pbax_id.module_id;
+ uint8_t l_proc = G_pbax_id.chip_id;
uint32_t temp32 = 0;
uint8_t l_idx = 0;
uint32_t l_bulk_current_sum = 0;
OpenPOWER on IntegriCloud