diff options
author | wdenk | 2003-10-22 09:00:28 +0000 |
---|---|---|
committer | wdenk | 2003-10-22 09:00:28 +0000 |
commit | 4654af27b894277c9e3dac5359f6b3e74d1405ac (patch) | |
tree | 9dab871bcc0aec4e86f6ec336011023d5af4978f /board | |
parent | a3ad8e26a4ac96838b2963cb462770c70c9f6443 (diff) |
Fix PCI problems on PPChameleon board
Diffstat (limited to 'board')
-rw-r--r-- | board/dave/PPChameleonEVB/PPChameleonEVB.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c index 803c7982282..a7682ba338f 100644 --- a/board/dave/PPChameleonEVB/PPChameleonEVB.c +++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c @@ -68,7 +68,7 @@ int board_pre_init (void) mtdcr(uicsr, 0xFFFFFFFF); /* clear all ints */ mtdcr(uicer, 0x00000000); /* disable all ints */ mtdcr(uiccr, 0x00000000); /* set all to be non-critical*/ - mtdcr(uicpr, 0xFFFFFF81); /* set int polarities */ + mtdcr(uicpr, 0xFFFFFF80); /* set int polarities */ mtdcr(uictr, 0x10000000); /* set int trigger levels */ mtdcr(uicvcr, 0x00000001); /* set vect base=0,INT0 highest priority*/ mtdcr(uicsr, 0xFFFFFFFF); /* clear all ints */ |