diff options
Diffstat (limited to 'include/asm-arm/arch-iop3xx/system.h')
-rw-r--r-- | include/asm-arm/arch-iop3xx/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-iop3xx/system.h b/include/asm-arm/arch-iop3xx/system.h index af6ae8cd36c9..a16cbb77a7f6 100644 --- a/include/asm-arm/arch-iop3xx/system.h +++ b/include/asm-arm/arch-iop3xx/system.h | |||
@@ -16,11 +16,11 @@ static inline void arch_idle(void) | |||
16 | 16 | ||
17 | static inline void arch_reset(char mode) | 17 | static inline void arch_reset(char mode) |
18 | { | 18 | { |
19 | #ifdef CONFIG_ARCH_IOP321 | 19 | #ifdef CONFIG_ARCH_IOP32X |
20 | *IOP321_PCSR = 0x30; | 20 | *IOP321_PCSR = 0x30; |
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | #ifdef CONFIG_ARCH_IOP331 | 23 | #ifdef CONFIG_ARCH_IOP33X |
24 | *IOP331_PCSR = 0x30; | 24 | *IOP331_PCSR = 0x30; |
25 | #endif | 25 | #endif |
26 | 26 | ||