[openfirmware] r1052 - dev/video/controlr

svn at openfirmware.info svn at openfirmware.info
Sun Dec 28 11:49:29 CET 2008


Author: wmb
Date: 2008-12-28 11:49:29 +0100 (Sun, 28 Dec 2008)
New Revision: 1052

Modified:
   dev/video/controlr/vga.fth
Log:
Eliminated a minor spurious depencency introduced by a recent
checkin that broke the OLPC build.


Modified: dev/video/controlr/vga.fth
===================================================================
--- dev/video/controlr/vga.fth	2008-12-28 04:15:18 UTC (rev 1051)
+++ dev/video/controlr/vga.fth	2008-12-28 10:49:29 UTC (rev 1052)
@@ -199,11 +199,13 @@
    4 feature-ctl!		\ Vertical sync ctl
    hsync-on
 ;
+[ifdef] init-dac
 : basic-vga  ( -- )
    ['] (vga-crt-table) to crt-table
    ['] basic-vga-init to init-controller
    ['] noop is init-dac   
 ;
+[then]
 
 \ LICENSE_BEGIN
 \ Copyright (c) 2006 FirmWorks




More information about the openfirmware mailing list