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 /include/common.h | |
parent | d828a16ba1f62bdab21d2a7c6bc13c94d019f96f (diff) | |
download | u-boot-imx-d6ed3222229974682799bd2083f2ceeac6f912b1.zip u-boot-imx-d6ed3222229974682799bd2083f2ceeac6f912b1.tar.gz u-boot-imx-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 'include/common.h')
-rw-r--r-- | include/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h index 2d645c2..e682bd8 100644 --- a/include/common.h +++ b/include/common.h @@ -71,8 +71,6 @@ typedef volatile unsigned char vu_char; #include <mpc5xxx.h> #elif defined(CONFIG_MPC512X) #include <asm/immap_512x.h> -#elif defined(CONFIG_MPC8220) -#include <asm/immap_8220.h> #elif defined(CONFIG_8260) #if defined(CONFIG_MPC8247) \ || defined(CONFIG_MPC8248) \ @@ -583,7 +581,6 @@ void trap_init (ulong); defined (CONFIG_74x) || \ defined (CONFIG_75x) || \ defined (CONFIG_74xx) || \ - defined (CONFIG_MPC8220) || \ defined (CONFIG_MPC85xx) || \ defined (CONFIG_MPC86xx) || \ defined (CONFIG_MPC83xx) @@ -675,9 +672,6 @@ int prt_8260_clks (void); #elif defined(CONFIG_MPC5xxx) int prt_mpc5xxx_clks (void); #endif -#if defined(CONFIG_MPC8220) -int prt_mpc8220_clks (void); -#endif #ifdef CONFIG_4xx ulong get_OPB_freq (void); ulong get_PCI_freq (void); |