Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303102
b: refs/heads/master
c: 3d52cad
h: refs/heads/master
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 12, 2012
1 parent d37946a commit f5d5682
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: 940e46ae23ccf908925a4229b34ba1feb8758545
refs/heads/master: 3d52cad455c9d28ccd2628a5f910a76ff1ac85b4
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-s3c24xx/simtec-nor.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ static struct physmap_flash_data simtec_nor_pdata = {
};

static struct resource simtec_nor_resource[] = {
[0] = {
.start = S3C2410_CS1 + 0x4000000,
.end = S3C2410_CS1 + 0x4000000 + SZ_8M - 1,
.flags = IORESOURCE_MEM,
}
[0] = DEFINE_RES_MEM(S3C2410_CS1 + 0x4000000, SZ_8M),
};

static struct platform_device simtec_device_nor = {
Expand Down

0 comments on commit f5d5682

Please sign in to comment.