From: Niko Mauno <niko.ma...@vaisala.com>

Change 'date' to 'data'.

Signed-off-by: Tomas Melin <tomas.me...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to