Author: pgf Date: 2009-12-12 07:34:50 +0100 (Sat, 12 Dec 2009) New Revision: 1589
Modified: cpu/x86/pc/olpc/via/assy.fth Log: fix the KA server address, and remove extraneous call to flash-write-enable
Modified: cpu/x86/pc/olpc/via/assy.fth =================================================================== --- cpu/x86/pc/olpc/via/assy.fth 2009-12-12 03:19:37 UTC (rev 1588) +++ cpu/x86/pc/olpc/via/assy.fth 2009-12-12 06:34:50 UTC (rev 1589) @@ -3,7 +3,7 @@ : swid$ ( -- adr len ) " OFW ASSY test $Revision$" ;
\ Location of the files containing KA tag data -: ka-dir$ ( -- adr len ) " http:\10.1.0.1\ka" ; +: ka-dir$ ( -- adr len ) " http:\10.0.0.1\ka" ;
\ Remove possible trailing carriage return from the line : ?remove-cr ( adr len -- adr len' ) @@ -199,7 +199,6 @@ ;
: inject-tags ( -- ) - flash-write-enable get-mfg-data
" TS" ($delete-tag)