PERFORCE change 109689 for review

Andre Oppermann andre at FreeBSD.org
Fri Nov 10 17:48:28 UTC 2006


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

Change 109689 by andre at andre_flirtbox on 2006/11/10 17:48:20

	BOOT_FLAVOR's must be in upper case.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/Makefile.inc#26 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/Makefile.inc#26 (text+ko) ====

@@ -5,8 +5,8 @@
 
 __at91_boot_Makefile.inc__:
 
-# tsc, kb920x are the supported flavors
-BOOT_FLAVOR=kb920x
+# TSC, KB920X are the supported flavors
+BOOT_FLAVOR=KB920X
 
 CFLAGS=-Os -mcpu=arm9 -ffreestanding \
 	-I${.CURDIR}/../libat91 \


More information about the p4-projects mailing list