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

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Aug 15 18:33:59 UTC 2012


Author: gonzo
Date: Wed Aug 15 18:33:58 2012
New Revision: 239308
URL: http://svn.freebsd.org/changeset/base/239308

Log:
  Unbreak build for the rest of AT91 platforms

Modified:
  head/sys/arm/at91/std.at91sam9
  head/sys/arm/at91/std.at91sam9g45

Modified: head/sys/arm/at91/std.at91sam9
==============================================================================
--- head/sys/arm/at91/std.at91sam9	Wed Aug 15 18:18:29 2012	(r239307)
+++ head/sys/arm/at91/std.at91sam9	Wed Aug 15 18:33:58 2012	(r239308)
@@ -4,6 +4,7 @@ files		"../at91/files.at91"
 cpu		CPU_ARM9
 makeoptions	CONF_CFLAGS=-mcpu=arm9
 options 	PHYSADDR=0x20000000
+options		NO_EVENTTIMERS
 
 # bring in the sam specific timers and such
 device		at91sam9

Modified: head/sys/arm/at91/std.at91sam9g45
==============================================================================
--- head/sys/arm/at91/std.at91sam9g45	Wed Aug 15 18:18:29 2012	(r239307)
+++ head/sys/arm/at91/std.at91sam9g45	Wed Aug 15 18:33:58 2012	(r239308)
@@ -9,6 +9,7 @@ files		"../at91/files.at91"
 cpu		CPU_ARM9
 makeoptions	CONF_CFLAGS=-mcpu=arm9
 options 	PHYSADDR=0x70000000
+options		NO_EVENTTIMERS
 
 # bring in the sam specific timers and such
 device		at91sam9


More information about the svn-src-head mailing list