summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/std.at91sam9
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-01 02:55:42 +0000
committerimp <imp@FreeBSD.org>2012-06-01 02:55:42 +0000
commitefd4b91d2ad754279cdcf0d60327eb7eea86523a (patch)
tree770e2102502eadbba882cf074fa93784b15e80d6 /sys/arm/at91/std.at91sam9
parent561f6739ea31a62502eb6920aacd8d77195503b7 (diff)
downloadFreeBSD-src-efd4b91d2ad754279cdcf0d60327eb7eea86523a.zip
FreeBSD-src-efd4b91d2ad754279cdcf0d60327eb7eea86523a.tar.gz
Initialize the clocks before we call cninit() so that the serial
console so initialized will work upon return from cninit. While this is the very next line, other platforms setup all this stuff before calling cninit. Also, initialize the SDRAM base register in the inner block in at91_ramsize().
Diffstat (limited to 'sys/arm/at91/std.at91sam9')
-rw-r--r--sys/arm/at91/std.at91sam91
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/at91/std.at91sam9 b/sys/arm/at91/std.at91sam9
index ab1fa95..6e7ba79 100644
--- a/sys/arm/at91/std.at91sam9
+++ b/sys/arm/at91/std.at91sam9
@@ -7,3 +7,4 @@ options PHYSADDR=0x20000000
device at91sam9g20
device at91sam9260
+device at91sam9x25
OpenPOWER on IntegriCloud