* [U-Boot-Users] NAND READ.JFFS2S
@ 2005-03-10 10:00 Joachim Jaeger
0 siblings, 0 replies; only message in thread
From: Joachim Jaeger @ 2005-03-10 10:00 UTC (permalink / raw)
To: u-boot
Hi list,
I just tried to use the NAND read command with skipping bad blocks (nand
read.jffs2s) on our S3C2410 based module with the original cmd_nand.c
file from 1.1.2, which is identical with the latest one from top of CVS.
It failed. It worked the same way as the nand read.jffs2 command.
The reason herefore is, that the order of recognizing the command in
function do_nand will never recognize the .jffs2s string. Because at
first the .jffs2 string is checked.
Following patch swaps the order of recognition and it works.
Ciao
Joachim
--
*********************************************************
For more information: http://www.fsforth.de
*********************************************************
Joachim Jaeger
FS FORTH-SYSTEME GmbH
Kueferstr. 8, D-79206 Breisach
Phone: +49 (7667) 908-146, FAX +49 (7667) 908-246
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cmd_nand.c.diff
Url: http://lists.denx.de/pipermail/u-boot/attachments/20050310/b75daf45/attachment.txt
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-10 10:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-10 10:00 [U-Boot-Users] NAND READ.JFFS2S Joachim Jaeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox