From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Engel Date: Tue, 16 Aug 2005 08:28:18 +0200 Subject: [U-Boot-Users] [PATCH] Fix JFFS2 command return values In-Reply-To: <20050812213208.270F6352B36@atlas.denx.de> References: <20050715104441.000068e2@idefix> <20050812213208.270F6352B36@atlas.denx.de> Message-ID: <20050816082818.00004608@idefix> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 12 Aug 2005 23:32:08 +0200 Wolfgang Denk wrote: >This patch is no longer applicable after our recent rework of the >flash partitioning code. Can you please have a look at the current >code and check if there are still any fixes needed? Ok, here is the updated patch: CHANGELOG entry: * fixed return values of the jffs2 commands ls/fsload/fsinfo, so we can use them to, e.g., check the existence of a file with "if ls foo; then this; else that; fi" in the hush shell Patch by Andreas Engel, 16 August 2005 Regards, Andreas Engel -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: jffs2ret.diff Url: http://lists.denx.de/pipermail/u-boot/attachments/20050816/0e8e3854/attachment.txt