diff options
| -rw-r--r-- | arch/arm/mach-ep93xx/gesbc9312.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-ep93xx/ts72xx.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-ixp23xx/espresso.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-ixp23xx/ixdp2351.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-ixp23xx/roadrunner.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-ep93xx/gesbc9312.c b/arch/arm/mach-ep93xx/gesbc9312.c index 47cc6c8b7c79..2c28d66d260e 100644 --- a/arch/arm/mach-ep93xx/gesbc9312.c +++ b/arch/arm/mach-ep93xx/gesbc9312.c | |||
| @@ -30,7 +30,7 @@ static struct physmap_flash_data gesbc9312_flash_data = { | |||
| 30 | 30 | ||
| 31 | static struct resource gesbc9312_flash_resource = { | 31 | static struct resource gesbc9312_flash_resource = { |
| 32 | .start = 0x60000000, | 32 | .start = 0x60000000, |
| 33 | .end = 0x60800000, | 33 | .end = 0x607fffff, |
| 34 | .flags = IORESOURCE_MEM, | 34 | .flags = IORESOURCE_MEM, |
| 35 | }; | 35 | }; |
| 36 | 36 | ||
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c index 6e5a56cd5ae8..0b3b875b1875 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c | |||
| @@ -118,7 +118,7 @@ static struct physmap_flash_data ts72xx_flash_data = { | |||
| 118 | 118 | ||
| 119 | static struct resource ts72xx_flash_resource = { | 119 | static struct resource ts72xx_flash_resource = { |
| 120 | .start = TS72XX_NOR_PHYS_BASE, | 120 | .start = TS72XX_NOR_PHYS_BASE, |
| 121 | .end = TS72XX_NOR_PHYS_BASE + 0x01000000, | 121 | .end = TS72XX_NOR_PHYS_BASE + 0x00ffffff, |
| 122 | .flags = IORESOURCE_MEM, | 122 | .flags = IORESOURCE_MEM, |
| 123 | }; | 123 | }; |
| 124 | 124 | ||
diff --git a/arch/arm/mach-ixp23xx/espresso.c b/arch/arm/mach-ixp23xx/espresso.c index dc5e489c70bc..357351fbb1e2 100644 --- a/arch/arm/mach-ixp23xx/espresso.c +++ b/arch/arm/mach-ixp23xx/espresso.c | |||
| @@ -59,7 +59,7 @@ static struct physmap_flash_data espresso_flash_data = { | |||
| 59 | 59 | ||
| 60 | static struct resource espresso_flash_resource = { | 60 | static struct resource espresso_flash_resource = { |
| 61 | .start = 0x90000000, | 61 | .start = 0x90000000, |
| 62 | .end = 0x92000000, | 62 | .end = 0x91ffffff, |
| 63 | .flags = IORESOURCE_MEM, | 63 | .flags = IORESOURCE_MEM, |
| 64 | }; | 64 | }; |
| 65 | 65 | ||
diff --git a/arch/arm/mach-ixp23xx/ixdp2351.c b/arch/arm/mach-ixp23xx/ixdp2351.c index 535b334ee045..e0886871cc77 100644 --- a/arch/arm/mach-ixp23xx/ixdp2351.c +++ b/arch/arm/mach-ixp23xx/ixdp2351.c | |||
| @@ -304,7 +304,7 @@ static struct physmap_flash_data ixdp2351_flash_data = { | |||
| 304 | 304 | ||
| 305 | static struct resource ixdp2351_flash_resource = { | 305 | static struct resource ixdp2351_flash_resource = { |
| 306 | .start = 0x90000000, | 306 | .start = 0x90000000, |
| 307 | .end = 0x94000000, | 307 | .end = 0x93ffffff, |
| 308 | .flags = IORESOURCE_MEM, | 308 | .flags = IORESOURCE_MEM, |
| 309 | }; | 309 | }; |
| 310 | 310 | ||
diff --git a/arch/arm/mach-ixp23xx/roadrunner.c b/arch/arm/mach-ixp23xx/roadrunner.c index b9f5d13fcfe1..92ad18f41251 100644 --- a/arch/arm/mach-ixp23xx/roadrunner.c +++ b/arch/arm/mach-ixp23xx/roadrunner.c | |||
| @@ -143,7 +143,7 @@ static struct physmap_flash_data roadrunner_flash_data = { | |||
| 143 | 143 | ||
| 144 | static struct resource roadrunner_flash_resource = { | 144 | static struct resource roadrunner_flash_resource = { |
| 145 | .start = 0x90000000, | 145 | .start = 0x90000000, |
| 146 | .end = 0x94000000, | 146 | .end = 0x93ffffff, |
| 147 | .flags = IORESOURCE_MEM, | 147 | .flags = IORESOURCE_MEM, |
| 148 | }; | 148 | }; |
| 149 | 149 | ||
