[openfirmware] r1022 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Thu Dec 4 10:26:56 CET 2008


Author: wmb
Date: 2008-12-04 10:26:55 +0100 (Thu, 04 Dec 2008)
New Revision: 1022

Modified:
   cpu/x86/pc/olpc/fsupdate.fth
   cpu/x86/pc/olpc/wifichannel.fth
Log:
OLPC - changed the names of NANDblaster top-level commands.

Modified: cpu/x86/pc/olpc/fsupdate.fth
===================================================================
--- cpu/x86/pc/olpc/fsupdate.fth	2008-12-04 09:18:29 UTC (rev 1021)
+++ cpu/x86/pc/olpc/fsupdate.fth	2008-12-04 09:26:55 UTC (rev 1022)
@@ -188,8 +188,8 @@
    ." Searching for a NAND file system update image." cr
    " disk: sd:" fs-update-from-list
    secure? 0=  if
-      ." Trying multicast update" cr
-      ['] enand catch  0=  if  exit  then
+      ." Trying NANDblaster" cr
+      ['] nandblaster catch  0=  if  exit  then
    then
    " http:\\172.18.0.1" fs-update-from-list
 ;

Modified: cpu/x86/pc/olpc/wifichannel.fth
===================================================================
--- cpu/x86/pc/olpc/wifichannel.fth	2008-12-04 09:18:29 UTC (rev 1021)
+++ cpu/x86/pc/olpc/wifichannel.fth	2008-12-04 09:26:55 UTC (rev 1022)
@@ -108,13 +108,13 @@
    search-channels
    wlan-ih close-dev
 ;
-: enand  ( -- )
+: nandblaster  ( -- )
    find-multinand-server abort" No multicast NAND server"  ( chan# )
    #nb
 ;
 
 d# 10 constant rssi-threshold
-: ether-clone  ( -- )
+: nb-clone  ( -- )
    quietest-mesh-channel  ( rssi chan# )
    swap rssi-threshold > abort" No quiet channels"  ( chan# )
    #nb-clone




More information about the openfirmware mailing list