[OpenBIOS] r345 - dev/olpc/cafenand

svn at openbios.org svn at openbios.org
Thu May 3 09:54:13 CEST 2007


Author: wmb
Date: 2007-05-03 09:54:13 +0200 (Thu, 03 May 2007)
New Revision: 345

Modified:
   dev/olpc/cafenand/selftest.fth
Log:
OLPC trac #1391 - NAND selftest was failing on Samsung and ST 1G NAND FLASH
parts because the selftest was checking for the 512 MB size code.








Modified: dev/olpc/cafenand/selftest.fth
===================================================================
--- dev/olpc/cafenand/selftest.fth	2007-05-03 07:51:00 UTC (rev 344)
+++ dev/olpc/cafenand/selftest.fth	2007-05-03 07:54:13 UTC (rev 345)
@@ -52,7 +52,6 @@
 ;
 : selftest  ( -- error? )
    open 0=  if  true exit  then
-   read-id 1+ c@ h# dc <>  if  close true exit  then
    show-bbt
    write-test
    close




More information about the OpenBIOS mailing list