[openfirmware] [commit] r3554 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Thu Feb 14 05:37:52 CET 2013


Author: quozl
Date: Thu Feb 14 05:37:52 2013
New Revision: 3554
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3554

Log:
OLPC XO-1 - suppress DCON switching during display test, to fix regression due to earlier reorganisation

Modified:
   cpu/x86/pc/olpc/disptest.fth

Modified: cpu/x86/pc/olpc/disptest.fth
==============================================================================
--- cpu/x86/pc/olpc/disptest.fth	Thu Feb 14 05:33:10 2013	(r3553)
+++ cpu/x86/pc/olpc/disptest.fth	Thu Feb 14 05:37:52 2013	(r3554)
@@ -173,9 +173,9 @@
 ;
 : wait  ( -- )
    hold-time
-   dcon-screen-freeze
+   [ifdef] dcon-screen-freeze  dcon-screen-freeze  [then]
    hold-time
-   dcon-screen-unfreeze
+   [ifdef] dcon-screen-unfreeze  dcon-screen-unfreeze  [then]
    hold-time2
 ;
 



More information about the openfirmware mailing list