[openfirmware] [commit] r2883 - dev/olpc/cafecamera

repository service svn at openfirmware.info
Mon Feb 27 04:02:32 CET 2012


Author: quozl
Date: Mon Feb 27 04:02:31 2012
New Revision: 2883
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2883

Log:
OLPC XO-1 - fix camera test, regression introduced in -r2880

Modified:
   dev/olpc/cafecamera/cafecamera.fth

Modified: dev/olpc/cafecamera/cafecamera.fth
==============================================================================
--- dev/olpc/cafecamera/cafecamera.fth	Mon Feb 27 02:09:23 2012	(r2882)
+++ dev/olpc/cafecamera/cafecamera.fth	Mon Feb 27 04:02:31 2012	(r2883)
@@ -65,7 +65,7 @@
 : ctlr-stop   ( -- )  3c dup cl@ 1 invert and swap cl!  ;	\ Stop the whole thing
 
 : read-setup  ( -- )
-   true camera-config   \ Always use RGB
+   false camera-config			\ Always use RGB
    ctlr-config
    3f 30 cl!				\ Clear pending interrupts
    ctlr-start



More information about the openfirmware mailing list