From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Byron Date: Thu, 13 Jul 2006 15:21:50 -0700 Subject: [U-Boot-Users] skipping bad blocks when erasing nand In-Reply-To: AAAAAJOKoN+ryO5OkOyypB2eX+6kDSEA Message-ID: <000001c6a6ca$bd0b3230$a134800a@RudiDell> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Silently ignoring such errors without even printing a message and > setting the return code of the command is not acceptable. I guess I don't understand what's going on enough then. Is it really an error to come across a bad block? I thought that was part of the deal when using nand chips. If, for example, I want to erase a whole chip, then silently skipping bad blocks seems like the way to go. I could see keeping some kind of debug message, but something less severe than KERN_WARNING. Would that make this acceptable? Thanks for your help. -DB