aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-21 13:07:00 -0800
committerTom Rini <trini@konsulko.com>2022-01-13 07:57:50 -0500
commitd1cab4f5f06bdcf86807e183f18fa8946fb971ff (patch)
tree0b09e7d6ba6c8a16ada7a6671c79d5cee1635d94 /arch/arm/mach-keystone
parent0580cd1636e4f54486760db2b322e93de1731557 (diff)
downloadu-boot-d1cab4f5f06bdcf86807e183f18fa8946fb971ff.zip
u-boot-d1cab4f5f06bdcf86807e183f18fa8946fb971ff.tar.gz
u-boot-d1cab4f5f06bdcf86807e183f18fa8946fb971ff.tar.bz2
arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/ddr3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/ddr3.c b/arch/arm/mach-keystone/ddr3.c
index 9ee3284..53117c2 100644
--- 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("Resetting the device ...\n");
reset_cpu();
}
}