Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f0f9313 authored by Kristoffer Ericson's avatar Kristoffer Ericson Committed by Russell King
Browse files

[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: default avatarKristoffer Ericson <Kristoffer_e1@hotmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 811c9a4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ static struct sdram_params sdram_tbl[] __initdata = {
		.refresh	= 64000,
		.cas_latency	= 3,
	}, {    /* Samsung K4S281632B-1H */
	        .name           = "K4S281632b-1H",
	        .name           = "K4S281632B-1H",
		.rows           = 12,
		.tck            = 10,
		.trp            = 20,