projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0580cd1
)
arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Dec 2021 21:07:00 +0000
(13:07 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Jan 2022 12:57:50 +0000
(07:57 -0500)
arch/arm/mach-keystone/ddr3.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-keystone/ddr3.c
b/arch/arm/mach-keystone/ddr3.c
index 9ee328415682d5312395aaf3fce686e40c06a1a0..53117c2695cfc161bf694cd7302f8fcb257b3e78 100644
(file)
--- a/
arch/arm/mach-keystone/ddr3.c
+++ b/
arch/arm/mach-keystone/ddr3.c
@@
-344,7
+344,7
@@
void ddr3_check_ecc_int(u32 base)
puts("DDR3 ECC 2-bit error interrupted\n");
if (!ecc_test) {
- puts("Reseting the device ...\n");
+ puts("Reset
t
ing the device ...\n");
reset_cpu();
}
}