mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
post: cosmetic: fix typo
Change 'date' to 'data'. Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
This commit is contained in:
parent
83f9ecbe21
commit
e2ee3014e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue