diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/blackfin/mach-bf533/boards/stamp.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index caa60997fc2c..07f9ad1e189c 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c | |||
| @@ -118,7 +118,7 @@ static struct mtd_partition stamp_partitions[] = { | |||
| 118 | .offset = 0, | 118 | .offset = 0, |
| 119 | }, { | 119 | }, { |
| 120 | .name = "linux kernel(nor)", | 120 | .name = "linux kernel(nor)", |
| 121 | .size = 0xE0000, | 121 | .size = 0x180000, |
| 122 | .offset = MTDPART_OFS_APPEND, | 122 | .offset = MTDPART_OFS_APPEND, |
| 123 | }, { | 123 | }, { |
| 124 | .name = "file system(nor)", | 124 | .name = "file system(nor)", |
| @@ -169,7 +169,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = { | |||
| 169 | .mask_flags = MTD_CAP_ROM | 169 | .mask_flags = MTD_CAP_ROM |
| 170 | }, { | 170 | }, { |
| 171 | .name = "linux kernel(spi)", | 171 | .name = "linux kernel(spi)", |
| 172 | .size = 0xe0000, | 172 | .size = 0x180000, |
| 173 | .offset = MTDPART_OFS_APPEND, | 173 | .offset = MTDPART_OFS_APPEND, |
| 174 | }, { | 174 | }, { |
| 175 | .name = "file system(spi)", | 175 | .name = "file system(spi)", |
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index ed5238ca3728..d812e2514a2f 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
| @@ -433,11 +433,11 @@ static struct mtd_partition stamp_partitions[] = { | |||
| 433 | .offset = 0, | 433 | .offset = 0, |
| 434 | }, { | 434 | }, { |
| 435 | .name = "linux kernel(nor)", | 435 | .name = "linux kernel(nor)", |
| 436 | .size = 0xE0000, | 436 | .size = 0x180000, |
| 437 | .offset = MTDPART_OFS_APPEND, | 437 | .offset = MTDPART_OFS_APPEND, |
| 438 | }, { | 438 | }, { |
| 439 | .name = "file system(nor)", | 439 | .name = "file system(nor)", |
| 440 | .size = 0x400000 - 0x40000 - 0xE0000 - 0x10000, | 440 | .size = 0x400000 - 0x40000 - 0x180000 - 0x10000, |
| 441 | .offset = MTDPART_OFS_APPEND, | 441 | .offset = MTDPART_OFS_APPEND, |
| 442 | }, { | 442 | }, { |
| 443 | .name = "MAC Address(nor)", | 443 | .name = "MAC Address(nor)", |
| @@ -480,7 +480,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = { | |||
| 480 | .mask_flags = MTD_CAP_ROM | 480 | .mask_flags = MTD_CAP_ROM |
| 481 | }, { | 481 | }, { |
| 482 | .name = "linux kernel(spi)", | 482 | .name = "linux kernel(spi)", |
| 483 | .size = 0xe0000, | 483 | .size = 0x180000, |
| 484 | .offset = MTDPART_OFS_APPEND, | 484 | .offset = MTDPART_OFS_APPEND, |
| 485 | }, { | 485 | }, { |
| 486 | .name = "file system(spi)", | 486 | .name = "file system(spi)", |
| @@ -642,7 +642,7 @@ static struct mtd_partition bfin_spi_dataflash_partitions[] = { | |||
| 642 | .mask_flags = MTD_CAP_ROM | 642 | .mask_flags = MTD_CAP_ROM |
| 643 | }, { | 643 | }, { |
| 644 | .name = "linux kernel(spi)", | 644 | .name = "linux kernel(spi)", |
| 645 | .size = 0xe0000, | 645 | .size = 0x180000, |
| 646 | .offset = MTDPART_OFS_APPEND, | 646 | .offset = MTDPART_OFS_APPEND, |
| 647 | }, { | 647 | }, { |
| 648 | .name = "file system(spi)", | 648 | .name = "file system(spi)", |
