dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin arch: Enlarge flash partition for kenel for bf533/bf537 boards

Signed-off-by: Grace Pan <grace.pan@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Grace Pan 2009-01-07 23:14:38 +08:00 committed by Bryan Wu
parent 8d8921a224
commit 6ecb5b6dbc
2 changed files with 6 additions and 6 deletions

View File

@ -118,7 +118,7 @@ static struct mtd_partition stamp_partitions[] = {
.offset = 0, .offset = 0,
}, { }, {
.name = "linux kernel(nor)", .name = "linux kernel(nor)",
.size = 0xE0000, .size = 0x180000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system(nor)", .name = "file system(nor)",
@ -169,7 +169,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = {
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel(spi)", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0x180000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system(spi)", .name = "file system(spi)",

View File

@ -433,11 +433,11 @@ static struct mtd_partition stamp_partitions[] = {
.offset = 0, .offset = 0,
}, { }, {
.name = "linux kernel(nor)", .name = "linux kernel(nor)",
.size = 0xE0000, .size = 0x180000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system(nor)", .name = "file system(nor)",
.size = 0x400000 - 0x40000 - 0xE0000 - 0x10000, .size = 0x400000 - 0x40000 - 0x180000 - 0x10000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "MAC Address(nor)", .name = "MAC Address(nor)",
@ -480,7 +480,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = {
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel(spi)", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0x180000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system(spi)", .name = "file system(spi)",
@ -642,7 +642,7 @@ static struct mtd_partition bfin_spi_dataflash_partitions[] = {
.mask_flags = MTD_CAP_ROM .mask_flags = MTD_CAP_ROM
}, { }, {
.name = "linux kernel(spi)", .name = "linux kernel(spi)",
.size = 0xe0000, .size = 0x180000,
.offset = MTDPART_OFS_APPEND, .offset = MTDPART_OFS_APPEND,
}, { }, {
.name = "file system(spi)", .name = "file system(spi)",