summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91rm92reg.h
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-08-28 20:05:00 +0000
committercognet <cognet@FreeBSD.org>2006-08-28 20:05:00 +0000
commitfa893a6f9c4b046d0a798810c61c986dfc111e8e (patch)
treecdd3aaa633997e078f357028af355f54b219a615 /sys/arm/at91/at91rm92reg.h
parent603e2aafcdd35903b0eaf99fc5800fd84a8ffcbb (diff)
downloadFreeBSD-src-fa893a6f9c4b046d0a798810c61c986dfc111e8e.zip
FreeBSD-src-fa893a6f9c4b046d0a798810c61c986dfc111e8e.tar.gz
Relocate the vector page for AT91, to work around bugs with the LOW_VECTOR
code.
Diffstat (limited to 'sys/arm/at91/at91rm92reg.h')
-rw-r--r--sys/arm/at91/at91rm92reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91rm92reg.h b/sys/arm/at91/at91rm92reg.h
index 7a26339..b1b6758 100644
--- a/sys/arm/at91/at91rm92reg.h
+++ b/sys/arm/at91/at91rm92reg.h
@@ -41,7 +41,7 @@
* 0xf0000000 - 0xfffffffff : Peripherals
*/
-#define AT91RM92_BASE 0xf0000000
+#define AT91RM92_BASE 0xd0000000
/* Usart */
#define AT91RM92_USART0_BASE 0xffc0000
OpenPOWER on IntegriCloud