diff options
author | Wolfgang Denk <wd@denx.de> | 2007-03-21 10:23:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-21 10:23:56 +0100 |
commit | aea17f99278818caa327ad0e511b48d1761fb10c (patch) | |
tree | c58d82c938f25507b6fc0f56de9f6a91dd2ddc2e /cpu/mpc8260/pci.c | |
parent | 389b6bb50f745bf5038ce030300d8a8512e96f79 (diff) | |
parent | 07e82cb2e284a893df6693f2a1337ab2c47bf6a1 (diff) | |
download | u-boot-imx-aea17f99278818caa327ad0e511b48d1761fb10c.zip u-boot-imx-aea17f99278818caa327ad0e511b48d1761fb10c.tar.gz u-boot-imx-aea17f99278818caa327ad0e511b48d1761fb10c.tar.bz2 |
Merge with /home/hs/TQ/u-boot
Diffstat (limited to 'cpu/mpc8260/pci.c')
-rw-r--r-- | cpu/mpc8260/pci.c | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c index 1edd6fb..75c6ab2 100644 --- a/cpu/mpc8260/pci.c +++ b/cpu/mpc8260/pci.c @@ -275,22 +275,7 @@ void pci_mpc8250_init (struct pci_controller *hose) | SIUMCR_BCTLC00 | SIUMCR_MMR11; #elif defined(CONFIG_TQM8272) -#if 0 - immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr & - ~SIUMCR_LBPC11 & - ~SIUMCR_CS10PC11 & - ~SIUMCR_LBPC11) | - SIUMCR_LBPC01 | - SIUMCR_CS10PC01 | - SIUMCR_APPC10; -#else -#if 0 - immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr | - SIUMCR_APPC10); -#else - immap->im_siu_conf.sc_siumcr = 0x88000000; -#endif -#endif +/* nothing to do for this Board here */ #else /* * Setting required to enable IRQ1-IRQ7 (SIUMCR [DPPC]), @@ -304,7 +289,6 @@ void pci_mpc8250_init (struct pci_controller *hose) SIUMCR_CS10PC01 | SIUMCR_APPC10; #endif -printf("%s siumcr: %x\n", __FUNCTION__, immap->im_siu_conf.sc_siumcr); /* Make PCI lowest priority */ /* Each 4 bits is a device bus request and the MS 4bits |