svn commit: r239291 - head/sys/arm/at91

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Aug 15 08:34:32 UTC 2012


Author: gonzo
Date: Wed Aug 15 08:34:31 2012
New Revision: 239291
URL: http://svn.freebsd.org/changeset/base/239291

Log:
  Unbreak ATMEL kernel build

Modified:
  head/sys/arm/at91/std.atmel

Modified: head/sys/arm/at91/std.atmel
==============================================================================
--- head/sys/arm/at91/std.atmel	Wed Aug 15 08:14:16 2012	(r239290)
+++ head/sys/arm/at91/std.atmel	Wed Aug 15 08:34:31 2012	(r239291)
@@ -4,6 +4,7 @@ files		"../at91/files.at91"
 cpu		CPU_ARM9
 makeoptions	CONF_CFLAGS=-mcpu=arm9
 options 	PHYSADDR=0x20000000
+options		NO_EVENTTIMERS
 
 # Supported SoCs for the at91 platform
 device		at91rm9200


More information about the svn-src-head mailing list