From efd4b91d2ad754279cdcf0d60327eb7eea86523a Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 1 Jun 2012 02:55:42 +0000 Subject: 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(). --- sys/arm/at91/at91reg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arm/at91/at91reg.h') diff --git a/sys/arm/at91/at91reg.h b/sys/arm/at91/at91reg.h index 7493de8..0cd7163 100644 --- a/sys/arm/at91/at91reg.h +++ b/sys/arm/at91/at91reg.h @@ -67,6 +67,7 @@ #define AT91_CPU_SAM9XE128 0x329973a0 #define AT91_CPU_SAM9XE256 0x329a93a0 #define AT91_CPU_SAM9XE512 0x329aa3a0 +#define AT91_CPU_SAM9X25 0x819a05a0 /* Same as the SAM9G35 */ #define AT91_ARCH(chipid) ((chipid >> 20) & 0xff) #define AT91_CPU(chipid) (chipid & ~AT91_CPU_VERSION_MASK) -- cgit v1.1