]> Pileus Git - ~andy/linux/commitdiff
[Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device.
authorGrace Pan <grace.pan@analog.com>
Wed, 23 Apr 2008 22:33:56 +0000 (06:33 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 23 Apr 2008 22:33:56 +0000 (06:33 +0800)
Signed-off-by: Grace Pan <grace.pan@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf527/boards/ezkit.c
arch/blackfin/mach-bf548/boards/ezkit.c
arch/blackfin/mach-bf561/boards/ezkit.c

index 1452391fe95deec7984d39e0b78397b69109bdbe..be20f79a7fe034227ffa3b6c1e15af3fa7ea164c 100644 (file)
@@ -416,7 +416,7 @@ static struct platform_device net2272_bfin_device = {
 static struct mtd_partition bfin_spi_flash_partitions[] = {
        {
                .name = "bootloader",
-               .size = 0x00020000,
+               .size = 0x00040000,
                .offset = 0,
                .mask_flags = MTD_CAP_ROM
        }, {
index 073bfdd56aa58666f16d74bea0e1dfaa37456623..548820d25ebb09c37e3ce01d6036d91ec51ce448 100644 (file)
@@ -339,7 +339,7 @@ static struct mtd_partition ezkit_partitions[] = {
                .offset     = 0,
        }, {
                .name       = "Kernel",
-               .size       = 0xE0000,
+               .size       = 0x1C0000,
                .offset     = MTDPART_OFS_APPEND,
        }, {
                .name       = "RootFS",
index 984d654cc8d77a9f2048750b5016f4c45d9fd9e2..8eb79e526ad09d92d4529e1bd831ffa597130556 100644 (file)
@@ -228,7 +228,7 @@ static struct mtd_partition ezkit_partitions[] = {
                .offset     = 0,
        }, {
                .name       = "Kernel",
-               .size       = 0xE0000,
+               .size       = 0x1C0000,
                .offset     = MTDPART_OFS_APPEND,
        }, {
                .name       = "RootFS",