svn commit: r272164 - head/sys/arm/at91
Kevin Lo
kevlo at FreeBSD.org
Fri Sep 26 09:08:10 UTC 2014
Author: kevlo
Date: Fri Sep 26 09:08:09 2014
New Revision: 272164
URL: http://svnweb.freebsd.org/changeset/base/272164
Log:
Fix the size of AT91SAM9260_PIT_SIZE.
Modified:
head/sys/arm/at91/at91sam9260reg.h
Modified: head/sys/arm/at91/at91sam9260reg.h
==============================================================================
--- head/sys/arm/at91/at91sam9260reg.h Fri Sep 26 09:07:02 2014 (r272163)
+++ head/sys/arm/at91/at91sam9260reg.h Fri Sep 26 09:08:09 2014 (r272164)
@@ -231,7 +231,7 @@
#define AT91SAM9260_WDT_SIZE 0x10
#define AT91SAM9260_PIT_BASE 0xffffd30
-#define AT91SAM9260_PIT_SIZE 10
+#define AT91SAM9260_PIT_SIZE 0x10
#define AT91SAM9260_SMC_BASE 0xfffec00
#define AT91SAM9260_SMC_SIZE 0x200
More information about the svn-src-head
mailing list