diff options
-rw-r--r-- | sys/arm/at91/std.at91sam9 | 1 | ||||
-rw-r--r-- | sys/arm/at91/std.at91sam9g45 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/at91/std.at91sam9 b/sys/arm/at91/std.at91sam9 index 75c3276..307da6d 100644 --- a/sys/arm/at91/std.at91sam9 +++ b/sys/arm/at91/std.at91sam9 @@ -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 diff --git a/sys/arm/at91/std.at91sam9g45 b/sys/arm/at91/std.at91sam9g45 index 7e7c1a3..9375363 100644 --- a/sys/arm/at91/std.at91sam9g45 +++ b/sys/arm/at91/std.at91sam9g45 @@ -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 |