Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2006 17:48:27 GMT
From:      Andre Oppermann <andre@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109689 for review
Message-ID:  <200611101748.kAAHmRAu078842@repoman.freebsd.org>

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

Change 109689 by andre@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 \



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