From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Thu, 30 Jun 2005 15:54:36 -0500 Subject: [U-Boot-Users] Erase in UBoot In-Reply-To: References: Message-ID: <42C45C0C.40803@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Bharathi Subramanian wrote: > Hello All, > > We are using UBoot 1.0.0, During continuous 2nd erase operation, the > no .of DOT is increased. I like to know whether this is something do > with UBoot or flash chip or is it normal behavior ?? > > ROM # erase B0100000 B07FFFFF > .............................................. done > Erased 111 sectors > ROM # erase B0100000 B07FFFFF > ..................................................... done > Erased 111 sectors > ROM # > > Thanks, Why don't you check the code. Looks like flash driver is putting dots based on time and the second erase is taking more time. Also, 1.0.0 is very old code now.