PMUFW: Interrupts: Fix Event IDs in debug message
Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com>
This commit is contained in:
parent
6b0ba64eda
commit
b7d22226d9
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue