PERFORCE change 105854 for review

Warner Losh imp at FreeBSD.org
Fri Sep 8 20:34:59 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105854

Change 105854 by imp at imp_lighthouse on 2006/09/08 20:34:22

	Use correct ee address

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/ee.c#3 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/ee.c#3 (text+ko) ====

@@ -34,7 +34,7 @@
 
 /* Use a macro to calculate the TWI clock generator value to save code space. */
 #define AT91C_TWSI_CLOCK	100000
-#define TWSI_EEPROM_ADDRESS	0x48
+#define TWSI_EEPROM_ADDRESS	0x40
 
 #define TWI_CLK_BASE_DIV	((AT91C_MASTER_CLOCK/(4*AT91C_TWSI_CLOCK)) - 2)
 #define SET_TWI_CLOCK	((0x00010000) | (TWI_CLK_BASE_DIV) | (TWI_CLK_BASE_DIV << 8))


More information about the p4-projects mailing list