Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 20:40:58 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104719 for review
Message-ID:  <200608212040.k7LKew3R038945@repoman.freebsd.org>

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

Change 104719 by imp@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}



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