Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274260
b: refs/heads/master
c: 832217d
h: refs/heads/master
v: v3
  • Loading branch information
Bastian Hecht authored and Paul Mundt committed Nov 4, 2011
1 parent 0778592 commit 771103a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 487881c09b3a34735b0d1c71666703b8f0f10d8f
refs/heads/master: 832217daec1aa8683c037e8e0e0b910ea24fbca5
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ static struct physmap_flash_data nor_flash_data = {

static struct resource nor_flash_resources[] = {
[0] = {
.start = 0x00000000,
.end = 0x08000000 - 1,
.start = 0x20000000, /* CS0 shadow instead of regular CS0 */
.end = 0x28000000 - 1, /* needed by USB MASK ROM boot */
.flags = IORESOURCE_MEM,
}
};
Expand Down

0 comments on commit 771103a

Please sign in to comment.