Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 07:10:10 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109777 for review
Message-ID:  <200611120710.kAC7AAs1008471@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109777

Change 109777 by imp@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611120710.kAC7AAs1008471>