PERFORCE change 99833 for review

Warner Losh imp at FreeBSD.org
Fri Jun 23 03:02:03 UTC 2006


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

Change 99833 by imp at imp_lighthouse on 2006/06/22 22:04:21

	Don't steal PC7 for reset of MII.  SN2 has had this mod reverted,
	so we no longer need this in the boot code.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#12 edit

Differences ...

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

@@ -48,11 +48,7 @@
 	printf("\r\nBoot\r\n");
 	SPI_InitFlash();
 #ifdef TSC_FPGA
-	AT91C_BASE_PIOC->PIO_PER = AT91C_PIO_PC7;
-	AT91C_BASE_PIOC->PIO_OER = AT91C_PIO_PC7;
-	AT91C_BASE_PIOC->PIO_CODR = AT91C_PIO_PC7;
 	fpga_load();
-	AT91C_BASE_PIOC->PIO_SODR = AT91C_PIO_PC7;
 #endif
 	EMAC_Init();
 	LoadBootCommands();


More information about the p4-projects mailing list