From: vijay rai Date: Wed, 23 Jul 2014 13:03:16 +0000 (+0530) Subject: driver/qe: update status of QE microcode X-Git-Tag: v2014.10-rc2~82^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5be1af019877aaab708b6537d9db76a1610276ca;p=u-boot driver/qe: update status of QE microcode This Patch updates error print for QE which should be easily understood Signed-off-by: Vijay Rai --- 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