[openfirmware] [commit] r3450 - dev/hdaudio

repository service svn at openfirmware.info
Wed Nov 21 00:28:10 CET 2012


Author: wmb
Date: Wed Nov 21 00:28:09 2012
New Revision: 3450
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3450

Log:
OLPC XO-1.5 - fixed build problem in audio selftest.

Modified:
   dev/hdaudio/test.fth

Modified: dev/hdaudio/test.fth
==============================================================================
--- dev/hdaudio/test.fth	Wed Nov 21 00:23:58 2012	(r3449)
+++ dev/hdaudio/test.fth	Wed Nov 21 00:28:09 2012	(r3450)
@@ -110,6 +110,7 @@
    " 0 set-fg  h# ffffffff set-bg single-drawing ( clear-drawing ) wave" evaluate
 \   key ascii d = if debug-me then
 ;
+[ifndef] $call-screen  : $call-screen  " $call-screen" evaluate  ;  [then]
 : plot-impulse0  ( adr -- )   0 " set-wave#" $call-screen plot-impulse  ;
 : plot-impulse1  ( adr -- )   1 " set-wave#" $call-screen plot-impulse  ;
 



More information about the openfirmware mailing list