PERFORCE change 109777 for review

Warner Losh imp at FreeBSD.org
Sun Nov 12 07:10:24 UTC 2006


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

Change 109777 by imp at imp_lighthouse on 2006/11/12 07:09:36

	12k is the largest eeprom image we support....

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/boot0iic/main.c#10 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/boot0iic/main.c#10 (text) ====

@@ -28,7 +28,7 @@
 #include "lib.h"
 #include "at91rm9200_lowlevel.h"
 
-#define EEPROMSIZE	16384	/* Bytes to be written to EEPROM  */
+#define EEPROMSIZE	12*1024	/* Bytes to be written to EEPROM  */
 
 int
 main(void)


More information about the p4-projects mailing list