summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorvijay rai <vijay.rai@freescale.com>2014-07-23 18:33:16 +0530
committerAnatolij Gustschin <agust@denx.de>2014-08-14 14:22:09 +0200
commit5be1af019877aaab708b6537d9db76a1610276ca (patch)
tree12a9787bee23d0c0ed07249e01d0ffd98ff5a8fe /drivers
parent31cbe80c3346649cfe6a52e268d75ac4a338a086 (diff)
downloadblackbird-obmc-uboot-5be1af019877aaab708b6537d9db76a1610276ca.tar.gz
blackbird-obmc-uboot-5be1af019877aaab708b6537d9db76a1610276ca.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>
Diffstat (limited to 'drivers')
-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