[U-Boot] [PATCH] post: cosmetic: fix typo

Tomas Melin tomas.melin at vaisala.com
Wed Nov 23 13:52:32 CET 2016


From: Niko Mauno <niko.mauno at vaisala.com>

Change 'date' to 'data'.

Signed-off-by: Tomas Melin <tomas.melin at vaisala.com>
---
 post/drivers/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post/drivers/memory.c b/post/drivers/memory.c
index d512fa5..89725fa 100644
--- a/post/drivers/memory.c
+++ b/post/drivers/memory.c
@@ -234,7 +234,7 @@ static int memory_post_dataline(unsigned long long * pmem)
 			hi = (temp64>>32) & 0xffffffff;
 			lo = temp64 & 0xffffffff;
 
-			post_log("Memory (date line) error at %08x, "
+			post_log("Memory (data line) error at %08x, "
 				  "wrote %08x%08x, read %08x%08x !\n",
 					  pmem, pathi, patlo, hi, lo);
 			ret = -1;
-- 
2.1.4



More information about the U-Boot mailing list