]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: fix end address for parallel flash and increase kernel partition size...
authorMike Frysinger <vapier.adi@gmail.com>
Thu, 9 Oct 2008 09:28:36 +0000 (17:28 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 9 Oct 2008 09:28:36 +0000 (17:28 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf548/boards/ezkit.c

index 7c08b9f1838a381e444c6447ab8e37ef88a72cfb..5288187a3acebfe2eec6cd3b384099b202e2b174 100644 (file)
@@ -462,7 +462,7 @@ static struct mtd_partition ezkit_partitions[] = {
                .offset     = 0,
        }, {
                .name       = "linux kernel(nor)",
-               .size       = 0x1C0000,
+               .size       = 0x400000,
                .offset     = MTDPART_OFS_APPEND,
        }, {
                .name       = "file system(nor)",
@@ -479,7 +479,7 @@ static struct physmap_flash_data ezkit_flash_data = {
 
 static struct resource ezkit_flash_resource = {
        .start = 0x20000000,
-       .end   = 0x20ffffff,
+       .end   = 0x21ffffff,
        .flags = IORESOURCE_MEM,
 };