From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 31 Jul 2006 08:29:46 +0200 Subject: [U-Boot-Users] [PATCH] HEAD cmd_falsh.c for m68k tool chain In-Reply-To: <20060722184126.4CCF5352625@atlas.denx.de> References: <20060722184126.4CCF5352625@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk schrieb: > Dear Jens, > > in message you wrote: >> * Patch by Jens Scharsig, 28 July 2005 >> >> - fix some compiler/parser error, if using m68k tool chain > > Thanks - I think these fixes have been applied since - please confirm. The problem don't exist at current git arcive anymore. I think the state is FIXED > >> - optical fix for protect on/off all messages, if using more >> then one bank > > I have to admit that I don't understand which sort of problem your > patch is supposed to fix. Please explain. If you have more than one flash bank and you are use the command "protect off all" or "protect on all", the output is fail formated (some newline chars missed). This patch gets a better format: EV123 U-Boot> protect off all Un-Protect Flash Bank # 1 ................................ done Un-Protect Flash Bank # 2 ................................... done > > Best regards, > > Wolfgang Denk >