diff options
| -rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 3689ad2e9156..6c621c2ce0bc 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
| @@ -273,8 +273,8 @@ static struct physmap_flash_data nor_flash_data = { | |||
| 273 | 273 | ||
| 274 | static struct resource nor_flash_resources[] = { | 274 | static struct resource nor_flash_resources[] = { |
| 275 | [0] = { | 275 | [0] = { |
| 276 | .start = 0x00000000, | 276 | .start = 0x20000000, /* CS0 shadow instead of regular CS0 */ |
| 277 | .end = 0x08000000 - 1, | 277 | .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */ |
| 278 | .flags = IORESOURCE_MEM, | 278 | .flags = IORESOURCE_MEM, |
| 279 | } | 279 | } |
| 280 | }; | 280 | }; |
