summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8260/pci.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-05-30 17:44:57 +0900
committerTom Rini <trini@ti.com>2014-05-30 14:03:24 -0400
commitfacb6725c33498d7f15bc5090aa3f3d6e98a114c (patch)
tree6b87b9ae11a1ef8d66c5bf8a6e14f25f3a6cd79b /arch/powerpc/cpu/mpc8260/pci.c
parent373a9788f05dfab47e01badc046459dead163104 (diff)
downloadu-boot-imx-facb6725c33498d7f15bc5090aa3f3d6e98a114c.zip
u-boot-imx-facb6725c33498d7f15bc5090aa3f3d6e98a114c.tar.gz
u-boot-imx-facb6725c33498d7f15bc5090aa3f3d6e98a114c.tar.bz2
powerpc: mpc8260ads: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/mpc8260/pci.c')
-rw-r--r--arch/powerpc/cpu/mpc8260/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc8260/pci.c b/arch/powerpc/cpu/mpc8260/pci.c
index 2c013bb..0a47fdc 100644
--- a/arch/powerpc/cpu/mpc8260/pci.c
+++ b/arch/powerpc/cpu/mpc8260/pci.c
@@ -242,8 +242,6 @@ void pci_mpc8250_init (struct pci_controller *hose)
immap->im_siu_conf.sc_siumcr =
(immap->im_siu_conf.sc_siumcr & ~SIUMCR_LBPC11)
| SIUMCR_LBPC01;
-#elif defined(CONFIG_ADSTYPE) && CONFIG_ADSTYPE == CONFIG_SYS_PQ2FADS
-/* nothing to do for this board here */
#elif defined CONFIG_MPC8272
immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr &
~SIUMCR_BBD &