diff options
author | wdenk <wdenk> | 2003-10-22 09:00:28 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-22 09:00:28 +0000 |
commit | 4654af27b894277c9e3dac5359f6b3e74d1405ac (patch) | |
tree | 9dab871bcc0aec4e86f6ec336011023d5af4978f /board/dave/PPChameleonEVB | |
parent | a3ad8e26a4ac96838b2963cb462770c70c9f6443 (diff) | |
download | u-boot-imx-4654af27b894277c9e3dac5359f6b3e74d1405ac.zip u-boot-imx-4654af27b894277c9e3dac5359f6b3e74d1405ac.tar.gz u-boot-imx-4654af27b894277c9e3dac5359f6b3e74d1405ac.tar.bz2 |
Fix PCI problems on PPChameleon board
Diffstat (limited to 'board/dave/PPChameleonEVB')
-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 803c798..a7682ba 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 */ |