Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303100
b: refs/heads/master
c: f8dadf5
h: refs/heads/master
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 12, 2012
1 parent 83e3a88 commit 519172b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5f3b90dcc0f0dec654112d28c5a07ef47ad61d0f
refs/heads/master: f8dadf5dbef26f12aba661405369dea605acf4ee
7 changes: 2 additions & 5 deletions trunk/arch/arm/mach-s3c24xx/mach-tct_hammer.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@

#include "common.h"

static struct resource tct_hammer_nor_resource = {
.start = 0x00000000,
.end = 0x01000000 - 1,
.flags = IORESOURCE_MEM,
};
static struct resource tct_hammer_nor_resource =
DEFINE_RES_MEM(0x00000000, SZ_16M);

static struct mtd_partition tct_hammer_mtd_partitions[] = {
{
Expand Down

0 comments on commit 519172b

Please sign in to comment.