|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Oct 24 13:00:40 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/10 24:13:00 Modified: jop/java/target/src/common/yaffs2/utils/debug/communication DebugDevice.java Log: Revision Changes Path 1.5 jop/java/target/src/common/yaffs2/utils/debug/communication/DebugDevice.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/yaffs2/utils/debug/communication/DebugDevice.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: DebugDevice.java =================================================================== RCS file: /cvsroot/peter.hilber/jop/java/target/src/common/yaffs2/utils/debug/communication/DebugDevice.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- DebugDevice.java 2 Sep 2007 20:58:39 -0000 1.4 +++ DebugDevice.java 24 Oct 2007 11:00:40 -0000 1.5 @@ -14,7 +14,7 @@ bootDev.subField1.nDataBytesPerChunk = DebugSettings.NDATABYTESPERCHUNK; bootDev.subField1.nChunksPerBlock = 32; bootDev.subField1.nReservedBlocks = 5; - bootDev.subField1.startBlock = 0; // Can use block 0 + bootDev.subField1.startBlock = 1; // Can use block 0 bootDev.subField1.endBlock = 63; // Last block //bootDev.useNANDECC = 0; // use YAFFS's ECC bootDev.subField1.nShortOpCaches = 10; // Use caches
|