Title: [4124] trunk/arch/blackfin/mach-bf533/boards/stamp.c: [#1506] fix from Michele d' Amico to use generic cfi driver instead of the custom stm flash driver
Revision
4124
Author
vapier
Date
2008-01-21 03:25:11 -0600 (Mon, 21 Jan 2008)

Log Message

[#1506] fix from Michele d'Amico to use generic cfi driver instead of the custom stm flash driver

Diffstat

 stamp.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf533/boards/stamp.c (4123 => 4124)


--- trunk/arch/blackfin/mach-bf533/boards/stamp.c	2008-01-21 09:23:43 UTC (rev 4123)
+++ trunk/arch/blackfin/mach-bf533/boards/stamp.c	2008-01-21 09:25:11 UTC (rev 4124)
@@ -133,7 +133,7 @@
 
 static struct resource stamp_flash_resource[] = {
 	{
-		.name  = "stm_flash",
+		.name  = "cfi_probe",
 		.start = 0x20000000,
 		.end   = 0x203fffff,
 		.flags = IORESOURCE_MEM,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to