Author: quozl Date: Tue Jan 10 06:19:38 2012 New Revision: 2814 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2814
Log: OLPC XO-1.5 - fix build regressions introduced by me earlier
Modified: cpu/arm/olpc/sound.fth dev/hdaudio/test.fth dev/usb2/hcd/ehci/intr.fth dev/usb2/hcd/ehci/iso.fth
Modified: cpu/arm/olpc/sound.fth ============================================================================== --- cpu/arm/olpc/sound.fth Tue Jan 10 05:15:55 2012 (r2813) +++ cpu/arm/olpc/sound.fth Tue Jan 10 06:19:38 2012 (r2814) @@ -610,8 +610,9 @@ d# 20 , \ 10 #loopback d# 70 , \ 11 loopback-threshold
+warning @ warning off fload ${BP}/dev/hdaudio/test.fth - +warning !
end-package
Modified: dev/hdaudio/test.fth ============================================================================== --- dev/hdaudio/test.fth Tue Jan 10 05:15:55 2012 (r2813) +++ dev/hdaudio/test.fth Tue Jan 10 06:19:38 2012 (r2814) @@ -202,7 +202,6 @@ acoustic-test loopback-test ; -warning @ warning off : selftest ( -- error? ) diagnostic-mode? if open 0= if ." Failed to open /audio" cr true exit then @@ -214,7 +213,6 @@ selftest ( error? ) then ; -warning !
\ LICENSE_BEGIN \ Copyright (c) 2009 Luke Gorrie
Modified: dev/usb2/hcd/ehci/intr.fth ============================================================================== --- dev/usb2/hcd/ehci/intr.fth Tue Jan 10 05:15:55 2012 (r2813) +++ dev/usb2/hcd/ehci/intr.fth Tue Jan 10 06:19:38 2012 (r2814) @@ -132,9 +132,7 @@
headers
-warning @ warning off : (end-extra) ( -- ) (end-extra) end-intr-in ; -warning ! ' (end-extra) to end-extra
Modified: dev/usb2/hcd/ehci/iso.fth ============================================================================== --- dev/usb2/hcd/ehci/iso.fth Tue Jan 10 05:15:55 2012 (r2813) +++ dev/usb2/hcd/ehci/iso.fth Tue Jan 10 06:19:38 2012 (r2814) @@ -285,14 +285,12 @@ ;
headers -warning @ warning off : (end-extra) ( -- ) (end-extra) iso-in-itd 0= if exit then end-iso-in free-iso ; -warning ! ' (end-extra) to end-extra
[ifndef] notdef
openfirmware@openfirmware.info