mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-04 13:22:31 +00:00
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>
This commit is contained in:
parent
390619ddb3
commit
12eeb1359a
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ int qe_upload_firmware(const struct qe_firmware *firmware)
|
||||||
/* Check the magic */
|
/* Check the magic */
|
||||||
if ((hdr->magic[0] != 'Q') || (hdr->magic[1] != 'E') ||
|
if ((hdr->magic[0] != 'Q') || (hdr->magic[1] != 'E') ||
|
||||||
(hdr->magic[2] != 'F')) {
|
(hdr->magic[2] != 'F')) {
|
||||||
printf("Not a microcode\n");
|
printf("QE microcode not found\n");
|
||||||
#ifdef CONFIG_DEEP_SLEEP
|
#ifdef CONFIG_DEEP_SLEEP
|
||||||
setbits_be32(&gur->devdisr, MPC85xx_DEVDISR_QE_DISABLE);
|
setbits_be32(&gur->devdisr, MPC85xx_DEVDISR_QE_DISABLE);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue