projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390619d
)
driver/qe: update status of QE microcode
author
Vijay Rai
<vijay.rai@freescale.com>
Wed, 23 Jul 2014 13:03:16 +0000
(18:33 +0530)
committer
York Sun
<yorksun@freescale.com>
Wed, 20 Aug 2014 17:44:16 +0000
(10:44 -0700)
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>
drivers/qe/qe.c
patch
|
blob
|
history
diff --git
a/drivers/qe/qe.c
b/drivers/qe/qe.c
index be09a17297c99c6f2596f3eab75bf01e2c1c9b57..4358a91adb5300911753416852654b63a1cc6faf 100644
(file)
--- 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