Title: [5327] trunk/arch/blackfin/mach-bf548/boards/ezkit.c: fix end address for parallel flash and increase kernel partition size to 4meg
- Revision
- 5327
- Author
- vapier
- Date
- 2008-09-22 17:30:26 -0500 (Mon, 22 Sep 2008)
Log Message
fix end address for parallel flash and increase kernel partition size to 4meg
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-bf548/boards/ezkit.c (5326 => 5327)
--- trunk/arch/blackfin/mach-bf548/boards/ezkit.c 2008-09-22 20:49:10 UTC (rev 5326)
+++ trunk/arch/blackfin/mach-bf548/boards/ezkit.c 2008-09-22 22:30:26 UTC (rev 5327)
@@ -454,7 +454,7 @@
.offset = 0,
}, {
.name = "linux kernel(nor)",
- .size = 0x1C0000,
+ .size = 0x400000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "file system(nor)",
@@ -471,7 +471,7 @@
static struct resource ezkit_flash_resource = {
.start = 0x20000000,
- .end = 0x20ffffff,
+ .end = 0x21ffffff,
.flags = IORESOURCE_MEM,
};
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits