[openfirmware] [commit] r2984 - cpu/x86/pc/biosload

repository service svn at openfirmware.info
Thu May 24 01:44:04 CEST 2012


Author: wmb
Date: Thu May 24 01:44:04 2012
New Revision: 2984
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2984

Log:
Biosload version - removed redundant loading of files that are now present in basefw.dic .

Modified:
   cpu/x86/pc/biosload/devices.fth

Modified: cpu/x86/pc/biosload/devices.fth
==============================================================================
--- cpu/x86/pc/biosload/devices.fth	Mon May 21 10:59:18 2012	(r2983)
+++ cpu/x86/pc/biosload/devices.fth	Thu May 24 01:44:04 2012	(r2984)
@@ -197,10 +197,6 @@
 [then]
 
 fload ${BP}/ofw/core/countdwn.fth	\ Startup countdown
-fload ${BP}/forth/lib/pattern.fth	\ Text string pattern matching
-fload ${BP}/forth/lib/tofile.fth	\ to-file and append-to-file
-\ XXX remove the OS file commands from tools.dic
-fload ${BP}/ofw/core/filecmds.fth	\ File commands: dir, del, ren, etc.
 
 [ifdef] pseudo-nvram
 fload ${BP}/cpu/x86/pc/biosload/filenv.fth



More information about the openfirmware mailing list