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/include/asm/u-boot.h | |
| 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/include/asm/u-boot.h')
| -rw-r--r-- | arch/powerpc/include/asm/u-boot.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/arch/powerpc/include/asm/u-boot.h b/arch/powerpc/include/asm/u-boot.h index cf972d20c..93496a079 100644 --- a/arch/powerpc/include/asm/u-boot.h +++ b/arch/powerpc/include/asm/u-boot.h @@ -59,14 +59,6 @@ typedef struct bd_info {  #if defined(CONFIG_MPC83xx)  	unsigned long	bi_immrbar;  #endif -#if defined(CONFIG_MPC8220) -	unsigned long	bi_mbar_base;	/* base of internal registers */ -	unsigned long   bi_inpfreq;     /* Input Freq, In MHz */ -	unsigned long   bi_pcifreq;     /* PCI Freq, in MHz */ -	unsigned long   bi_pevfreq;     /* PEV Freq, in MHz */ -	unsigned long   bi_flbfreq;     /* Flexbus Freq, in MHz */ -	unsigned long   bi_vcofreq;     /* VCO Freq, in MHz */ -#endif  	unsigned long	bi_bootflags;	/* boot / reboot flag (Unused) */  	unsigned long	bi_ip_addr;	/* IP Address */  	unsigned char	bi_enetaddr[6];	/* OLD: see README.enetaddr */ |