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

repository service svn at openfirmware.info
Fri Sep 23 07:02:24 CEST 2011


Author: wmb
Date: Fri Sep 23 07:02:24 2011
New Revision: 2530
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2530

Log:
OLPC XO-1.75 - different IP address for convenience function "newrom".

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

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Fri Sep 23 07:01:37 2011	(r2529)
+++ cpu/arm/olpc/1.75/fw.bth	Fri Sep 23 07:02:24 2011	(r2530)
@@ -529,10 +529,10 @@
 ;
 
 : newrom
-   " flash! http:\\10.20.0.14\new.rom" eval
+   " flash! http:\\192.168.200.200\new.rom" eval
 ;
 : newec
-   " flash-ec http:\\10.20.0.14\ecimage.bin" eval
+   " flash-ec http:\\192.168.200.200\ecimage.bin" eval
 ;
 : qz
    " qz" $essid  " http:\\qz\" included  \ qa test bed scripting, james cameron



More information about the openfirmware mailing list