Skip to content
Snippets Groups Projects
Commit 12eeb135 authored by Vijay Rai's avatar Vijay Rai Committed by York Sun
Browse files

driver/qe: update status of QE microcode


This Patch updates error print for QE which should be easily understood

Signed-off-by: default avatarVijay Rai <vijay.rai@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 390619dd
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,7 @@ int qe_upload_firmware(const struct qe_firmware *firmware) ...@@ -333,7 +333,7 @@ int qe_upload_firmware(const struct qe_firmware *firmware)
/* Check the magic */ /* Check the magic */
if ((hdr->magic[0] != 'Q') || (hdr->magic[1] != 'E') || if ((hdr->magic[0] != 'Q') || (hdr->magic[1] != 'E') ||
(hdr->magic[2] != 'F')) { (hdr->magic[2] != 'F')) {
printf("Not a microcode\n"); printf("QE microcode not found\n");
#ifdef CONFIG_DEEP_SLEEP #ifdef CONFIG_DEEP_SLEEP
setbits_be32(&gur->devdisr, MPC85xx_DEVDISR_QE_DISABLE); setbits_be32(&gur->devdisr, MPC85xx_DEVDISR_QE_DISABLE);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment