Date: Sun, 12 Nov 2006 06:16:59 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 109773 for review Message-ID: <200611120616.kAC6Gxu1098562@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109773 Change 109773 by imp@imp_lighthouse on 2006/11/12 06:16:40 Compile. Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/boot2/tsc_board.c#4 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/boot2/tsc_board.c#4 (text+ko) ==== @@ -6,6 +6,7 @@ #include "emac.h" #include "lib.h" #include "ee.h" +#include "board.h" extern unsigned char mac[]; @@ -30,7 +31,7 @@ AT91C_BASE_PIOC, AT91C_PIO_PC12 }; -void +static void fpga_load(void) { int len, off, i, offset; @@ -118,3 +119,5 @@ EEInit(); MacFromEE(); } + +#include "../bootspi/ee.c"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611120616.kAC6Gxu1098562>