summaryrefslogtreecommitdiffstats
path: root/board/dave
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-22 09:00:28 +0000
committerwdenk <wdenk>2003-10-22 09:00:28 +0000
commit4654af27b894277c9e3dac5359f6b3e74d1405ac (patch)
tree9dab871bcc0aec4e86f6ec336011023d5af4978f /board/dave
parenta3ad8e26a4ac96838b2963cb462770c70c9f6443 (diff)
downloadblackbird-obmc-uboot-4654af27b894277c9e3dac5359f6b3e74d1405ac.tar.gz
blackbird-obmc-uboot-4654af27b894277c9e3dac5359f6b3e74d1405ac.zip
Fix PCI problems on PPChameleon board
Diffstat (limited to 'board/dave')
-rw-r--r--board/dave/PPChameleonEVB/PPChameleonEVB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c
index 803c798228..a7682ba338 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 */
OpenPOWER on IntegriCloud