PERFORCE change 104719 for review

Warner Losh imp at FreeBSD.org
Mon Aug 21 20:40:59 UTC 2006


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

Change 104719 by imp at imp_lighthouse on 2006/08/21 20:40:40

	Use the SPI boot arm_init.S file rather than our (wrong) one for iic.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/boot2/Makefile#3 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/boot2/arm_init.s#2 delete

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/boot2/Makefile#3 (text+ko) ====

@@ -1,10 +1,12 @@
 #  $FreeBSD: src/sys/boot/arm/at91/bootspi/Makefile,v 1.1 2006/04/19 17:16:48 imp Exp $
 
+.PATH: ${.CURDIR}/../bootspi
+
 BOOT_COMCONSOLE_SPEED?= 9600
 
 P=boot2
 FILES=${P}
-SRCS=arm_init.s boot2.c ashldi3.c divsi3.S
+SRCS=arm_init.S boot2.c ashldi3.c divsi3.S
 NO_MAN=
 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}


More information about the p4-projects mailing list