mtd/drivers/mtd/maps pb1550-flash.c,1.1,1.2
ppopov at infradead.org
ppopov at infradead.org
Thu Mar 4 01:45:54 EST 2004
- Previous message: mtd/fs/jffs2 super.c,1.90,1.91 super-v24.c,1.75,1.76
- Next message: mtd/drivers/mtd/nand au1550nd.c,NONE,1.1 Kconfig,1.6,1.7
Makefile.common,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv6943/drivers/mtd/maps
Modified Files:
pb1550-flash.c
Log Message:
Fixed the window size if only user flash is enabled.
Index: pb1550-flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/pb1550-flash.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pb1550-flash.c 27 Feb 2004 17:42:05 -0000 1.1
+++ pb1550-flash.c 4 Mar 2004 06:45:51 -0000 1.2
@@ -134,7 +134,7 @@
window_size = 0x4000000;
#else /* USER ONLY */
window_addr = 0x1E000000;
- window_size = 0x1000000;
+ window_size = 0x4000000;
#endif
break;
case 0xC:
- Previous message: mtd/fs/jffs2 super.c,1.90,1.91 super-v24.c,1.75,1.76
- Next message: mtd/drivers/mtd/nand au1550nd.c,NONE,1.1 Kconfig,1.6,1.7
Makefile.common,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list