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

Vagrant Cascadian vagrant at debian.org
Tue Dec 21 22:07:00 CET 2021


---
 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



More information about the U-Boot mailing list