summaryrefslogtreecommitdiffstats
path: root/drivers/qe
diff options
context:
space:
mode:
authorVijay Rai <vijay.rai@freescale.com>2014-07-23 18:33:16 +0530
committerYork Sun <yorksun@freescale.com>2014-08-20 10:44:16 -0700
commit12eeb1359aa365061f65d978bf728e42813d53dd (patch)
tree7ca97c7be52fd9f73b07aaf5f67be2b2e1dc8c5b /drivers/qe
parent390619ddb390b08d77a23dd6531d2ec4866fb1bd (diff)
downloadblackbird-obmc-uboot-12eeb1359aa365061f65d978bf728e42813d53dd.tar.gz
blackbird-obmc-uboot-12eeb1359aa365061f65d978bf728e42813d53dd.zip
driver/qe: update status of QE microcode
This Patch updates error print for QE which should be easily understood Signed-off-by: Vijay Rai <vijay.rai@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/qe')
-rw-r--r--drivers/qe/qe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c
index be09a17297..4358a91adb 100644
--- a/drivers/qe/qe.c
+++ b/drivers/qe/qe.c
@@ -333,7 +333,7 @@ int qe_upload_firmware(const struct qe_firmware *firmware)
/* Check the magic */
if ((hdr->magic[0] != 'Q') || (hdr->magic[1] != 'E') ||
(hdr->magic[2] != 'F')) {
- printf("Not a microcode\n");
+ printf("QE microcode not found\n");
#ifdef CONFIG_DEEP_SLEEP
setbits_be32(&gur->devdisr, MPC85xx_DEVDISR_QE_DISABLE);
#endif
OpenPOWER on IntegriCloud