[OpenBIOS] r604 - ofw/fs/jffs2

svn at openbios.org svn at openbios.org
Tue Sep 18 00:47:27 CEST 2007


Author: wmb
Date: 2007-09-18 00:47:27 +0200 (Tue, 18 Sep 2007)
New Revision: 604

Modified:
   ofw/fs/jffs2/jffs2.fth
Log:
JFFS2: Changed a message from
  Unsupported nodetype 2006
to
  JFFS2 warning: Bad summary node in erase block 0xNNNN



Modified: ofw/fs/jffs2/jffs2.fth
===================================================================
--- ofw/fs/jffs2/jffs2.fth	2007-09-17 22:44:57 UTC (rev 603)
+++ ofw/fs/jffs2/jffs2.fth	2007-09-17 22:47:27 UTC (rev 604)
@@ -697,6 +697,11 @@
       endof
 [then]
 
+      summary-type  of   ( adr )
+         ." JFFS2 warning: Bad summary node in erase block 0x" have-eblock# . cr
+         drop eb-end exit
+      endof              ( adr nodetype )
+
       ( adr nodetype )
       cr ." Unsupported nodetype " dup . cr
 




More information about the OpenBIOS mailing list