summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/imx-bbu-nand-fcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/imx-bbu-nand-fcb.c b/common/imx-bbu-nand-fcb.c
index 2c8ca97926..5535a92d54 100644
--- a/common/imx-bbu-nand-fcb.c
+++ b/common/imx-bbu-nand-fcb.c
@@ -459,7 +459,7 @@ static int read_fcb(struct mtd_info *mtd, int num, struct fcb_block **retfcb)
fcb = read_fcb_hamming_13_8(rawpage);
if (IS_ERR(fcb)) {
- pr_err("Cannot read fcb\n");
+ pr_err("Cannot read fcb on block %d\n", num);
ret = PTR_ERR(fcb);
goto err;
}