mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
ppc: Move mpc5xxx clocks to arch_global_data
Move ipb_clk and pci_clk into arch_global_data and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -94,6 +94,9 @@ struct arch_global_data {
|
||||
#if defined(CONFIG_E500)
|
||||
u32 used_tlb_cams[(CONFIG_SYS_NUM_TLBCAMS+31)/32];
|
||||
#endif
|
||||
#if defined(CONFIG_MPC5xxx)
|
||||
unsigned long ipb_clk;
|
||||
#endif
|
||||
};
|
||||
|
||||
/*
|
||||
@@ -116,9 +119,6 @@ typedef struct global_data {
|
||||
#if defined(CONFIG_FSL_ESDHC)
|
||||
u32 sdhc_clk;
|
||||
#endif
|
||||
#if defined(CONFIG_MPC5xxx)
|
||||
unsigned long ipb_clk;
|
||||
#endif
|
||||
#if defined(CONFIG_MPC512X)
|
||||
u32 ips_clk;
|
||||
u32 csb_clk;
|
||||
|
Reference in New Issue
Block a user