Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303098
b: refs/heads/master
c: e21be38
h: refs/heads/master
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 12, 2012
1 parent fefcf19 commit b1e40d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9615b7318eaacb9a3545284130eed55865e5fb1c
refs/heads/master: e21be38afa835e6a58d88c46eb88720e4a444ed8
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-s3c24xx/mach-otom.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
/* NOR Flash on NexVision OTOM board */

static struct resource otom_nor_resource[] = {
[0] = {
.start = S3C2410_CS0,
.end = S3C2410_CS0 + (4*1024*1024) - 1,
.flags = IORESOURCE_MEM,
}
[0] = DEFINE_RES_MEM(S3C2410_CS0, SZ_4M),
};

static struct platform_device otom_device_nor = {
Expand Down

0 comments on commit b1e40d7

Please sign in to comment.