Commit c0a29821 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2211/1: S3C2410 - fix idcode of S3C2410A

Patch from Ben Dooks

Fix IDCODE for S3C2410A to add missing zero in hex number

Thanks to Russell King for pointing this out

Signed-off-by: Ben Dooks 
Signed-off-by: Russell King
parent 1ea948ff
...@@ -66,7 +66,7 @@ static struct cpu_table cpu_ids[] __initdata = { ...@@ -66,7 +66,7 @@ static struct cpu_table cpu_ids[] __initdata = {
.name = name_s3c2410 .name = name_s3c2410
}, },
{ {
.idcode = 0x3241002, .idcode = 0x32410002,
.idmask = 0xffffffff, .idmask = 0xffffffff,
.map_io = s3c2410_map_io, .map_io = s3c2410_map_io,
.init = s3c2410_init, .init = s3c2410_init,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment