[OpenBIOS] r708 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Sun Nov 4 17:57:42 CET 2007


Author: wmb
Date: 2007-11-04 17:57:41 +0100 (Sun, 04 Nov 2007)
New Revision: 708

Modified:
   cpu/x86/pc/olpc/fsupdate.fth
Log:
Reread partition map after writing a new copy to NAND FLASH.


Modified: cpu/x86/pc/olpc/fsupdate.fth
===================================================================
--- cpu/x86/pc/olpc/fsupdate.fth	2007-10-30 21:00:39 UTC (rev 707)
+++ cpu/x86/pc/olpc/fsupdate.fth	2007-11-04 16:57:41 UTC (rev 708)
@@ -50,6 +50,7 @@
    partition-map-offset /nand-page /  dup " erase-block" $call-nand
    load-base  swap  nand-pages/block  " write-blocks" $call-nand
    nand-pages/block <> abort" Can't write partition map"
+   " read-partmap" $call-nand
 ;
 
 0 value partition-page-offset




More information about the OpenBIOS mailing list