* [U-Boot] [PATCH] driver/qe: update status of QE microcode
@ 2014-07-23 13:03 Vijay Rai
2014-08-20 19:37 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Vijay Rai @ 2014-07-23 13:03 UTC (permalink / raw)
To: u-boot
This Patch updates error print for QE which should be easily understood
Signed-off-by: Vijay Rai <vijay.rai@freescale.com>
---
drivers/qe/qe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c
index 9c5fbd1..df468d4 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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-20 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-23 13:03 [U-Boot] [PATCH] driver/qe: update status of QE microcode Vijay Rai
2014-08-20 19:37 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox