diff options
author | Wolfgang Denk <wd@denx.de> | 2013-05-11 03:00:50 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-15 08:41:03 -0400 |
commit | d6ed3222229974682799bd2083f2ceeac6f912b1 (patch) | |
tree | d31b8121324b8461d796447bc1f6c24b4ad359c9 /doc/driver-model | |
parent | d828a16ba1f62bdab21d2a7c6bc13c94d019f96f (diff) | |
download | u-boot-d6ed3222229974682799bd2083f2ceeac6f912b1.zip u-boot-d6ed3222229974682799bd2083f2ceeac6f912b1.tar.gz u-boot-d6ed3222229974682799bd2083f2ceeac6f912b1.tar.bz2 |
Power: remove support for Freescale MPC8220
The Freescale MPC8220 Power Architecture processors have long reached
EOL; Freescale does not even list these any more on their web site.
Remove the code to avoid wasting maitaining efforts on dead stuff.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andy Fleming <afleming@gmail.com>
Diffstat (limited to 'doc/driver-model')
-rw-r--r-- | doc/driver-model/UDM-pci.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/driver-model/UDM-pci.txt b/doc/driver-model/UDM-pci.txt index c2cf2d5..6a592b3 100644 --- a/doc/driver-model/UDM-pci.txt +++ b/doc/driver-model/UDM-pci.txt @@ -201,11 +201,7 @@ III) Analysis of in-tree drivers ----------------------------- Standard driver, uses indirect functions. - 12) powerpc/cpu/mpc8220/pci.c - ----------------------------- - Standard driver, specifies all read/write functions separately. - - 13) powerpc/cpu/mpc85xx/pci.c + 12) powerpc/cpu/mpc85xx/pci.c ----------------------------- Standard driver, uses indirect functions, has two busses. |