mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -104,12 +104,6 @@ struct arch_global_data {
|
||||
u32 ips_clk;
|
||||
u32 csb_clk;
|
||||
#endif /* CONFIG_MPC512X */
|
||||
#if defined(CONFIG_MPC8220)
|
||||
unsigned long inp_clk;
|
||||
unsigned long vco_clk;
|
||||
unsigned long pev_clk;
|
||||
unsigned long flb_clk;
|
||||
#endif
|
||||
unsigned long reset_status; /* reset status register at boot */
|
||||
#if defined(CONFIG_MPC83xx)
|
||||
unsigned long arbiter_event_attributes;
|
||||
|
Reference in New Issue
Block a user