[openfirmware] [commit] r2402 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Tue Aug 2 06:18:45 CEST 2011


Author: wmb
Date: Tue Aug  2 06:18:44 2011
New Revision: 2402
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2402

Log:
OLPC XO-1.75 - changed the paths for newrom and newec convenience functions.  No functional change.

Modified:
   cpu/arm/olpc/1.75/fw.bth

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Tue Aug  2 06:10:48 2011	(r2401)
+++ cpu/arm/olpc/1.75/fw.bth	Tue Aug  2 06:18:44 2011	(r2402)
@@ -505,10 +505,10 @@
 ;
 
 : newrom
-   " flash! http:\\10.20.0.14\new.rom" eval
+   " flash! http:\\10.20.0.14\~wmb\new.rom" eval
 ;
 : newec
-   " flash-ec http:\\10.20.0.14\ecimage.bin" eval
+   " flash-ec http:\\10.20.0.14\~wmb\ecimage.bin" eval
 ;
 : urom  " flash! u:\new.rom" eval  ;
 : uec   " flash-ec! u:\ecimage.bin" eval  ;



More information about the openfirmware mailing list