summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/ppc4xx/4xx_pci.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-05-07 13:00:23 +0200
committerTom Rini <trini@konsulko.com>2015-05-10 09:59:38 -0400
commit27e721564591f6f0a5246dcee418cac9d061012e (patch)
tree600874e19a20a72aaa6db6cf4eb8ba4f257b22e2 /arch/powerpc/cpu/ppc4xx/4xx_pci.c
parent697517293085f7907abd17ac350a530b26cfa85e (diff)
downloadblackbird-obmc-uboot-27e721564591f6f0a5246dcee418cac9d061012e.tar.gz
blackbird-obmc-uboot-27e721564591f6f0a5246dcee418cac9d061012e.zip
ppc4xx: Remove sc3 board
As this board seems to be unmaintained for quite some time, and its not moved to the generic board ingrastructure, lets remove it. This will also enable us to remove the CONFIG_AUTOBOOT_DELAY_STR2 and CONFIG_AUTOBOOT_STOP_STR2 macros, as this sc3 board is the only one using one of this macros. A removal patch will follow soon. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Juergen Beisert <jbeisert@eurodsn.de> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/4xx_pci.c')
-rw-r--r--arch/powerpc/cpu/ppc4xx/4xx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/4xx_pci.c b/arch/powerpc/cpu/ppc4xx/4xx_pci.c
index b26ec2a611..30e6c65805 100644
--- a/arch/powerpc/cpu/ppc4xx/4xx_pci.c
+++ b/arch/powerpc/cpu/ppc4xx/4xx_pci.c
@@ -408,7 +408,7 @@ void pci_405gp_setup_vga(struct pci_controller *hose, pci_dev_t dev,
pci_hose_write_config_dword(hose, dev, PCI_COMMAND, cmdstat);
}
-#if !(defined(CONFIG_PIP405) || defined (CONFIG_MIP405)) && !(defined (CONFIG_SC3))
+#if !(defined(CONFIG_PIP405) || defined (CONFIG_MIP405))
/*
*As is these functs get called out of flash Not a horrible
OpenPOWER on IntegriCloud