Author: wmb
Date: Fri Aug 31 02:22:54 2012
New Revision: 3261
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3261
Log:
Fixed a commentary typo in the previous checkin.
Modified:
cpu/arm/olpc/gpio-i2c.fth
Modified: cpu/arm/olpc/gpio-i2c.fth
==============================================================================
--- cpu/arm/olpc/gpio-i2c.fth Fri Aug 31 02:22:06 2012 (r3260)
+++ cpu/arm/olpc/gpio-i2c.fth Fri Aug 31 02:22:54 2012 (r3261)
@@ -49,8 +49,8 @@
cam-sda-gpio# to smb-data-gpio#
slave-address to smb-slave
;
- \ Since this I2C bus is dedicated to the DCON, we save space by
- \ implementing only the methods that the DCON uses
+ \ Since this I2C bus is dedicated to the camera sensor, we save space by
+ \ implementing only the methods that the sensor uses
: reg-b@ ( reg# -- b ) smb-setup smb-byte@ ;
: reg-b! ( b reg# -- ) smb-setup smb-byte! ;
: open ( -- flag ) true ;