PMUFW: Interrupts: Fix Event IDs in debug message

Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com>
This commit is contained in:
Jyotheeswar Reddy 2015-08-06 11:02:19 -07:00 committed by Nava kishore Manne
parent 6b0ba64eda
commit b7d22226d9
2 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ static void XPfw_InterruptPwrUpHandler(void)
if (XST_SUCCESS != Status) {
fw_printf("Warning: Failed to dispatch Event ID: %d\r\n",
XPFW_EV_MB_FAULT);
XPFW_EV_REQ_PWRUP);
}
}
@ -153,7 +153,7 @@ static void XPfw_InterruptPwrDnHandler(void)
if (XST_SUCCESS != Status) {
fw_printf("Warning: Failed to dispatch Event ID: %d\r\n",
XPFW_EV_MB_FAULT);
XPFW_EV_REQ_PWRDN);
}
}

View file

@ -1,4 +1,4 @@
#ifndef ZYNQMP_XPFW_VERSION__H_
#define ZYNQMP_XPFW_VERSION__H_
#define ZYNQMP_XPFW_VERSION "2015.3-rc1-6-g61cf37508b43"
#define ZYNQMP_XPFW_VERSION "2015.3-rc1-7-gcfd691133218"
#endif