[openfirmware] [commit] r2562 - cpu/x86

repository service svn at openfirmware.info
Sat Oct 1 21:51:55 CEST 2011


Author: wmb
Date: Sat Oct  1 21:51:55 2011
New Revision: 2562
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2562

Log:
OLPC XO-1.5 - fixed typo in firfilter.fth that was causing build failures.

Modified:
   cpu/x86/firfilter.fth

Modified: cpu/x86/firfilter.fth
==============================================================================
--- cpu/x86/firfilter.fth	Sat Oct  1 21:50:52 2011	(r2561)
+++ cpu/x86/firfilter.fth	Sat Oct  1 21:51:55 2011	(r2562)
@@ -146,7 +146,7 @@
    r> 3drop                               ( )
 ;
 
-: upsample6  ( inbuf /inbuf outbuf -- )  2 8khz>khz  ;
+: upsample6  ( inbuf /inbuf outbuf -- )  2 8khz>48khz  ;
 
 0 [if]
 \ Here is some Matlab/Octave code to compute the weights



More information about the openfirmware mailing list