diff options
author | Kristoffer Ericson <Kristoffer_e1@com.rmk.(none)> | 2006-10-29 16:38:08 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-10-29 16:52:29 -0500 |
commit | 9f0f9313cec8c76c89bc8a68653f928fa12fab96 (patch) | |
tree | 64456aa82fb25d326c0e655dabf4c915c7e3fe91 /arch/arm/mach-sa1100 | |
parent | 811c9a4b618ffc7de097490f8dc61b43b8464b9c (diff) |
[ARM] 3914/1: [Jornada7xx] - Typo Fix in cpu-sa1110.c (b != B)
"K4S281632b-1H" should read "K4S281632B-1H" (As it does everywhere
else). No more coffe!
Signed-off-by: Kristoffer Ericson <Kristoffer_e1@hotmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/cpu-sa1110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/cpu-sa1110.c b/arch/arm/mach-sa1100/cpu-sa1110.c index 90a4130114a6..78f4c1346044 100644 --- a/arch/arm/mach-sa1100/cpu-sa1110.c +++ b/arch/arm/mach-sa1100/cpu-sa1110.c | |||
@@ -83,7 +83,7 @@ static struct sdram_params sdram_tbl[] __initdata = { | |||
83 | .refresh = 64000, | 83 | .refresh = 64000, |
84 | .cas_latency = 3, | 84 | .cas_latency = 3, |
85 | }, { /* Samsung K4S281632B-1H */ | 85 | }, { /* Samsung K4S281632B-1H */ |
86 | .name = "K4S281632b-1H", | 86 | .name = "K4S281632B-1H", |
87 | .rows = 12, | 87 | .rows = 12, |
88 | .tck = 10, | 88 | .tck = 10, |
89 | .trp = 20, | 89 | .trp = 20, |