[OpenBIOS] r417 - dev/olpc/cafenand

svn at openbios.org svn at openbios.org
Wed May 23 22:56:34 CEST 2007


Author: wmb
Date: 2007-05-23 22:56:34 +0200 (Wed, 23 May 2007)
New Revision: 417

Modified:
   dev/olpc/cafenand/selftest.fth
Log:
CaFe NAND selftest - Reinstate fix for selftest failure on ST and Samsung parts,
which was undone by svn 355.


Modified: dev/olpc/cafenand/selftest.fth
===================================================================
--- dev/olpc/cafenand/selftest.fth	2007-05-23 00:13:56 UTC (rev 416)
+++ dev/olpc/cafenand/selftest.fth	2007-05-23 20:56:34 UTC (rev 417)
@@ -182,7 +182,6 @@
 : selftest  ( -- error? )
    open 0=  if  true exit  then
    get-msecs rn !
-   read-id 1+ c@ h# dc <>  if  close true exit  then
    show-bbt cr
    (selftest)
    close




More information about the OpenBIOS mailing list