Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2007 22:44:03 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 120290 for review
Message-ID:  <200705232244.l4NMi38r086877@repoman.freebsd.org>

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

Change 120290 by marcel@marcel_macbsd on 2007/05/23 22:43:35

	Fix buildworld.

Affected files ...

.. //depot/projects/e500/sys/boot/uboot/common/main.c#2 edit
.. //depot/projects/e500/sys/boot/uboot/lib/Makefile#2 edit

Differences ...

==== //depot/projects/e500/sys/boot/uboot/common/main.c#2 (text+ko) ====

@@ -115,11 +115,6 @@
 	setheap((void *)end, (void *)(end + 512*1024));
 
 	/*
-	 * Initialise the block cache
-	 */
-	bcache_init(32, 512);		/* 16k XXX tune this */
-
-	/*
 	 * March through the device switch probing for things.
 	 */
 	for (i = 0; devsw[i] != NULL; i++)

==== //depot/projects/e500/sys/boot/uboot/lib/Makefile#2 (text+ko) ====

@@ -33,12 +33,12 @@
 	ln -sf ${.CURDIR}/../../../${MACHINE_ARCH}/include machine
 
 defs:
-	${.CURDIR}/../../${MACHINE_ARCH}/uboot/defs.sh \
-	${.CURDIR}/../../${MACHINE_ARCH}/uboot > u-boot_defs.h
+	sh ${.CURDIR}/../../${MACHINE_ARCH}/uboot/defs.sh \
+	    ${.CURDIR}/../../${MACHINE_ARCH}/uboot > u-boot_defs.h
 
 calls:
-	${.CURDIR}/../common/calls.sh \
-	${.CURDIR}/../gnu/_exports.h > u-boot_calls.h
+	sh ${.CURDIR}/../common/calls.sh \
+	    ${.CURDIR}/../gnu/_exports.h > u-boot_calls.h
 
 CLEANFILES+=	machine u-boot_defs.h u-boot_calls.h
 



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