diff options
author | Stefan Roese <sr@denx.de> | 2013-02-07 01:48:30 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-11 17:00:28 -0400 |
commit | 7c9e89bd1f62ccd76eee8ad4c36185057576dd95 (patch) | |
tree | 41548e50ff2dddc30913c00200ba8ef41dd6d0c5 /doc/driver-model/UDM-pci.txt | |
parent | efd7c11404e59874d4da86d04cab4acacf77d793 (diff) | |
download | u-boot-imx-7c9e89bd1f62ccd76eee8ad4c36185057576dd95.zip u-boot-imx-7c9e89bd1f62ccd76eee8ad4c36185057576dd95.tar.gz u-boot-imx-7c9e89bd1f62ccd76eee8ad4c36185057576dd95.tar.bz2 |
ppc: Remove PCIPPC2 and PCIPPC6 boards
These boards seem to be unmaintained for quite some time. So lets
remove support for them completely. This also cleans up some
common drivers/files.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Guillaume Alexandre <guillaume.alexandre@gespac.ch>
Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/driver-model/UDM-pci.txt')
-rw-r--r-- | doc/driver-model/UDM-pci.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/driver-model/UDM-pci.txt b/doc/driver-model/UDM-pci.txt index b65e9ea..c2cf2d5 100644 --- a/doc/driver-model/UDM-pci.txt +++ b/doc/driver-model/UDM-pci.txt @@ -240,10 +240,6 @@ III) Analysis of in-tree drivers ---------------- Standard driver, uses indirect functions. - 8) pcippc2/cpc710_pci.c - ----------------------- - Standard driver, uses indirect functions, has two busses. - 9) Marvell/db64360/pci.c ------------------------ Standard driver, uses dword for read/write ops, has two busses. |