diff options
author | wdenk <wdenk> | 2003-03-31 16:34:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-31 16:34:49 +0000 |
commit | 85ec0bcc1bc40a67368461fee0435d79305168b1 (patch) | |
tree | 084062015af4a61080c48c1796dcffbc90ab02f1 /cpu/at91rm9200/cpu.c | |
parent | 506f044131515a80c7c8479a84df028be880b34e (diff) |
* Patch by Arun Dharankar, 24 Mar 2003:
- add threads / scheduler example code
* Add patches by Robert Schwebel, 31 Mar 2003:
- add ctrl-c support for kermit download
- align bdinfo output on ARM
* Add CPU ID, version, and clock speed for INCA-IP
Diffstat (limited to 'cpu/at91rm9200/cpu.c')
-rw-r--r-- | cpu/at91rm9200/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c index f41210b5457..bccc75d7990 100644 --- a/cpu/at91rm9200/cpu.c +++ b/cpu/at91rm9200/cpu.c @@ -32,7 +32,7 @@ #include <common.h> #include <command.h> -#include <AT91RM9200.h> +#include <asm/io.h> /* read co-processor 15, register #1 (control register) */ static unsigned long read_p15_c1(void) |