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 /arch/powerpc/lib/bootm.c | |
| parent | d828a16ba1f62bdab21d2a7c6bc13c94d019f96f (diff) | |
| download | olio-uboot-2014.01-d6ed3222229974682799bd2083f2ceeac6f912b1.tar.xz olio-uboot-2014.01-d6ed3222229974682799bd2083f2ceeac6f912b1.zip | |
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 'arch/powerpc/lib/bootm.c')
| -rw-r--r-- | arch/powerpc/lib/bootm.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/arch/powerpc/lib/bootm.c b/arch/powerpc/lib/bootm.c index 340b545e6..dd6c98cdb 100644 --- a/arch/powerpc/lib/bootm.c +++ b/arch/powerpc/lib/bootm.c @@ -286,13 +286,6 @@ static void set_clocks_in_mhz (bd_t *kbd)  		/* convert all clock information to MHz */  		kbd->bi_intfreq /= 1000000L;  		kbd->bi_busfreq /= 1000000L; -#if defined(CONFIG_MPC8220) -		kbd->bi_inpfreq /= 1000000L; -		kbd->bi_pcifreq /= 1000000L; -		kbd->bi_pevfreq /= 1000000L; -		kbd->bi_flbfreq /= 1000000L; -		kbd->bi_vcofreq /= 1000000L; -#endif  #if defined(CONFIG_CPM2)  		kbd->bi_cpmfreq /= 1000000L;  		kbd->bi_brgfreq /= 1000000L; |