Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137119
b: refs/heads/master
c: fcb78d1
h: refs/heads/master
i:
  137117: ad76704
  137115: 52c4a3a
  137111: d9ea263
  137103: e2de240
  137087: 1a0c694
v: v3
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Jan 21, 2009
1 parent d231fea commit f0aa0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: dee63169884a528000d6318b1c1c2d0b445953f9
refs/heads/master: fcb78d1f615a46509bffd9347b7f36fab4db79df
4 changes: 1 addition & 3 deletions trunk/arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,9 @@ static void magician_set_vpp(struct map_info *map, int vpp)
gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp);
}

#define PXA_CS_SIZE 0x04000000

static struct resource strataflash_resource = {
.start = PXA_CS0_PHYS,
.end = PXA_CS0_PHYS + PXA_CS_SIZE - 1,
.end = PXA_CS0_PHYS + SZ_64M - 1,
.flags = IORESOURCE_MEM,
};

Expand Down

0 comments on commit f0aa0c3

Please sign in to comment.