mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".
This commit is contained in:
parent
0580cd1636
commit
d1cab4f5f0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue