summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2012-09-19 15:18:52 +0200
committerTom Rini <trini@ti.com>2012-10-15 11:53:59 -0700
commita821d08dca891272170d02efcb9ab023696d6486 (patch)
tree4419781910815e05b8760e9e85a331df5af799aa /include/common.h
parentdee9c534db78d445e5a0b21b34e870afef960dd3 (diff)
downloadtalos-obmc-uboot-a821d08dca891272170d02efcb9ab023696d6486.tar.gz
talos-obmc-uboot-a821d08dca891272170d02efcb9ab023696d6486.zip
ppc4xx: Remove AP1000 board support
As the board seems to be unmaintained for some time, lets remove the support in mainline completely. Signed-off-by: Stefan Roese <sr@denx.de> Cc: James MacAulay <james.macaulay@amirix.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index fb337791a2..b23e90b025 100644
--- a/include/common.h
+++ b/include/common.h
@@ -42,7 +42,7 @@ typedef volatile unsigned char vu_char;
#include <linux/stringify.h>
#include <asm/ptrace.h>
#include <stdarg.h>
-#if defined(CONFIG_PCI) && (defined(CONFIG_4xx) && !defined(CONFIG_AP1000))
+#if defined(CONFIG_PCI) && defined(CONFIG_4xx)
#include <pci.h>
#endif
#if defined(CONFIG_8xx)
@@ -376,7 +376,7 @@ void pci_init (void);
void pci_init_board(void);
void pciinfo (int, int);
-#if defined(CONFIG_PCI) && (defined(CONFIG_4xx) && !defined(CONFIG_AP1000))
+#if defined(CONFIG_PCI) && defined(CONFIG_4xx)
int pci_pre_init (struct pci_controller *);
int is_pci_host (struct pci_controller *);
#endif
OpenPOWER on IntegriCloud