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, 2 insertions, 2 deletions
diff --git a/common/imx-bbu-nand-fcb.c b/common/imx-bbu-nand-fcb.c
index 1ffa79d1ec..72b7b0ea6d 100644
--- a/common/imx-bbu-nand-fcb.c
+++ b/common/imx-bbu-nand-fcb.c
@@ -927,13 +927,13 @@ static void read_firmware_all(struct mtd_info *mtd, struct fcb_block *fcb, void
fcb->Firmware2_startingPage == fw0) {
first = 1;
} else {
- pr_warn("FCB is not what we expect. Update will not be robust");
+ pr_warn("FCB is not what we expect. Update will not be robust\n");
*used = 0;
return;
}
if (fcb->PagesInFirmware1 != fcb->PagesInFirmware2) {
- pr_warn("FCB is not what we expect. Update will not be robust");
+ pr_warn("FCB is not what we expect. Update will not be robust\n");
return;
}