summaryrefslogtreecommitdiffstats
path: root/common/imx-bbu-nand-fcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/imx-bbu-nand-fcb.c')
-rw-r--r--common/imx-bbu-nand-fcb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/imx-bbu-nand-fcb.c b/common/imx-bbu-nand-fcb.c
index b3dea37067..04c6e6050c 100644
--- a/common/imx-bbu-nand-fcb.c
+++ b/common/imx-bbu-nand-fcb.c
@@ -420,8 +420,10 @@ static int imx_bbu_write_firmware(struct mtd_info *mtd, unsigned num, void *buf,
while (len > 0) {
int now = min(len, mtd->erasesize);
- if (!num_blocks)
+ if (!num_blocks) {
+ pr_err("Out of good eraseblocks, cannot write firmware\n");
return -ENOSPC;
+ }
pr_debug("writing %p peb %d, left 0x%08x\n",
buf, block, len);