[openfirmware] [commit] r3351 - dev/olpc

repository service svn at openfirmware.info
Wed Oct 3 23:59:11 CEST 2012


Author: wmb
Date: Wed Oct  3 23:59:11 2012
New Revision: 3351
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3351

Log:
OLPC x86 - fixed build regression for old platforms where there is no camera sensor node underneath an i2c node.

Modified:
   dev/olpc/ov7670.fth
   dev/olpc/seti.fth

Modified: dev/olpc/ov7670.fth
==============================================================================
--- dev/olpc/ov7670.fth	Wed Oct  3 23:50:56 2012	(r3350)
+++ dev/olpc/ov7670.fth	Wed Oct  3 23:59:11 2012	(r3351)
@@ -166,7 +166,9 @@
    then                         ( )
 
    " OV7670" " sensor" string-property
+[ifdef] set-sensor-properties
    " omnivision,ov7670" camera-smb-slave set-sensor-properties
+[then]
 
    ['] ov7670-set-mirrored to set-mirrored
    ['] ov7670-config       to camera-config

Modified: dev/olpc/seti.fth
==============================================================================
--- dev/olpc/seti.fth	Wed Oct  3 23:50:56 2012	(r3350)
+++ dev/olpc/seti.fth	Wed Oct  3 23:59:11 2012	(r3351)
@@ -306,7 +306,9 @@
    h# 12 <>  if  false exit  then  ( )
 
    " SETi,SIV120D" " sensor" string-property
+[ifdef] set-sensor-properties
    " seti,siv120d" camera-smb-slave set-sensor-properties
+[then]
 
    ['] seti-set-mirrored to set-mirrored
    ['] seti-config       to camera-config



More information about the openfirmware mailing list