diff options
Diffstat (limited to 'include/asm-arm/arch-at91rm9200/system.h')
-rw-r--r-- | include/asm-arm/arch-at91rm9200/system.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-arm/arch-at91rm9200/system.h b/include/asm-arm/arch-at91rm9200/system.h index 1d54185e036d..92f36769b2a5 100644 --- a/include/asm-arm/arch-at91rm9200/system.h +++ b/include/asm-arm/arch-at91rm9200/system.h | |||
@@ -50,12 +50,4 @@ static inline void arch_reset(char mode) | |||
50 | for (;;) {} /* wait fovever */ | 50 | for (;;) {} /* wait fovever */ |
51 | } | 51 | } |
52 | 52 | ||
53 | #define ARCH_ID_AT91RM9200 0x09200080 | ||
54 | #define ARCH_ID_AT91SAM9261 0x019000a0 | ||
55 | |||
56 | static inline unsigned long arch_identify(void) | ||
57 | { | ||
58 | return at91_sys_read(AT91_DBGU_CIDR) & (AT91_CIDR_EPROC | AT91_CIDR_ARCH); | ||
59 | } | ||
60 | |||
61 | #endif | 53 | #endif |