PERFORCE change 120290 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed May 23 22:44:03 UTC 2007


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

Change 120290 by marcel at 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
 


More information about the p4-projects mailing list