From a522fa0e7cdddf8204ba43b335f68be6a42159a5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 4 Jan 2004 22:51:12 +0000 Subject: * Make BMS2003 use a separate config file to avoid #ifdef mess; add I2C support; add support for DS1337 RTC * Add CompactFlash support for BMS2003 board * Add support for status LED on BMS2003 board --- include/asm-mips/au1x00.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asm-mips') diff --git a/include/asm-mips/au1x00.h b/include/asm-mips/au1x00.h index 917fd83ae..317e6daae 100644 --- a/include/asm-mips/au1x00.h +++ b/include/asm-mips/au1x00.h @@ -128,6 +128,9 @@ static __inline__ int au_ffs(int x) #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) #endif +#define CP0_IWATCHLO $18,1 +#define CP0_DEBUG $23 + /* SDRAM Controller */ #define MEM_SDMODE0 0xB4000000 #define MEM_SDMODE1 0xB4000004 -- cgit v1.2.3