Re: [PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".

2022-01-13 Thread Tom Rini
On Tue, Dec 21, 2021 at 01:07:00PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 09/11] arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".

2021-12-21 Thread Vagrant Cascadian
---
 arch/arm/mach-keystone/ddr3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-keystone/ddr3.c b/arch/arm/mach-keystone/ddr3.c
index 9ee3284156..53117c2695 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();
}
}
-- 
2.30.2