From 0a643b8d9085f96e0c8ea267c12d634e2addf572 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 22 Apr 2007 11:30:32 +0000 Subject: Fix some very probable typo's. CPU_INT_STAT is at 0x60004000, not 0x64004000. CPU_HI_INT_STAT is at 0x60004100, not 0x64004100. Fix wrong IRQ CLR addresses being used by system_init(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13238 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5020.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/pp5020.h') diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index a34f1251c9..8f70794c79 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -40,7 +40,7 @@ #define COP_REPLY (*(volatile unsigned long *)(0x6000100c)) /* Interrupts */ -#define CPU_INT_STAT (*(volatile unsigned long*)(0x64004000)) +#define CPU_INT_STAT (*(volatile unsigned long*)(0x60004000)) #define COP_INT_STAT (*(volatile unsigned long*)(0x60004004)) #define CPU_FIQ_STAT (*(volatile unsigned long*)(0x60004008)) #define COP_FIQ_STAT (*(volatile unsigned long*)(0x6000400c)) @@ -60,7 +60,7 @@ #define COP_INT_CLR (*(volatile unsigned long*)(0x60004038)) #define COP_INT_PRIORITY (*(volatile unsigned long*)(0x6000403c)) -#define CPU_HI_INT_STAT (*(volatile unsigned long*)(0x64004100)) +#define CPU_HI_INT_STAT (*(volatile unsigned long*)(0x60004100)) #define COP_HI_INT_STAT (*(volatile unsigned long*)(0x60004104)) #define CPU_HI_FIQ_STAT (*(volatile unsigned long*)(0x60004108)) #define COP_HI_FIQ_STAT (*(volatile unsigned long*)(0x6000410c)) -- cgit v1.2.3