Title: [9116] trunk/arch/blackfin/mach-bf548/boards/ezkit.c: bfin: bf548-ezkit: bump boot loader size up to 512KiB and add section to NAND
Revision
9116
Author
vapier
Date
2010-08-27 16:43:39 -0400 (Fri, 27 Aug 2010)

Log Message

bfin: bf548-ezkit: bump boot loader size up to 512KiB and add section to NAND

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf548/boards/ezkit.c (9115 => 9116)


--- trunk/arch/blackfin/mach-bf548/boards/ezkit.c	2010-08-27 00:55:53 UTC (rev 9115)
+++ trunk/arch/blackfin/mach-bf548/boards/ezkit.c	2010-08-27 20:43:39 UTC (rev 9116)
@@ -837,6 +837,10 @@
 #if defined(CONFIG_MTD_NAND_BF5XX) || defined(CONFIG_MTD_NAND_BF5XX_MODULE)
 static struct mtd_partition partition_info[] = {
 	{
+		.name = "bootloader(nor)",
+		.offset = 0,
+		.size = 0x80000,
+	}, {
 		.name = "linux kernel(nand)",
 		.offset = 0,
 		.size = 4 * 1024 * 1024,
@@ -901,7 +905,7 @@
 static struct mtd_partition ezkit_partitions[] = {
 	{
 		.name       = "bootloader(nor)",
-		.size       = 0x40000,
+		.size       = 0x80000,
 		.offset     = 0,
 	}, {
 		.name       = "linux kernel(nor)",
@@ -943,7 +947,7 @@
 static struct mtd_partition bfin_spi_flash_partitions[] = {
 	{
 		.name = "bootloader(spi)",
-		.size = 0x00040000,
+		.size = 0x00080000,
 		.offset = 0,
 		.mask_flags = MTD_CAP_ROM
 	}, {
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to