summaryrefslogtreecommitdiff
path: root/src/flash/nand/davinci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/davinci.c')
-rw-r--r--src/flash/nand/davinci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/davinci.c b/src/flash/nand/davinci.c
index af39dbf9..b7fe66ea 100644
--- a/src/flash/nand/davinci.c
+++ b/src/flash/nand/davinci.c
@@ -263,7 +263,7 @@ static int davinci_write_page(struct nand_device *nand, uint32_t page,
/* Always write both data and OOB ... we are not "raw" I/O! */
if (!data) {
- LOG_ERROR("Missing NAND data; try 'nand raw_access enable'\n");
+ LOG_ERROR("Missing NAND data; try 'nand raw_access enable'");
return ERROR_NAND_OPERATION_FAILED;
}