aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-iop32x/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-iop32x/system.h')
-rw-r--r--include/asm-arm/arch-iop32x/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-iop32x/system.h b/include/asm-arm/arch-iop32x/system.h
index d4c8d691e1b..1ac207a0d52 100644
--- a/include/asm-arm/arch-iop32x/system.h
+++ b/include/asm-arm/arch-iop32x/system.h
@@ -16,7 +16,7 @@ static inline void arch_idle(void)
static inline void arch_reset(char mode)
{
- *IOP321_PCSR = 0x30;
+ *IOP3XX_PCSR = 0x30;
if ( 1 && mode == 's') {
/* Jump into ROM at address 0 */