]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: Enlarge flash partition for kenel for bf533/bf537 boards
authorGrace Pan <grace.pan@analog.com>
Wed, 7 Jan 2009 15:14:38 +0000 (23:14 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 7 Jan 2009 15:14:38 +0000 (23:14 +0800)
Signed-off-by: Grace Pan <grace.pan@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf533/boards/stamp.c
arch/blackfin/mach-bf537/boards/stamp.c

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