mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
bdinfo: m68k: Drop bd_info->bi_ipbfreq
This field is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
b46f989bb7
commit
4ac06d3525
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ typedef struct bd_info {
|
|||
unsigned long bi_vco; /* VCO Out from PLL, in MHz */
|
||||
#endif
|
||||
#if defined(CONFIG_M68K)
|
||||
unsigned long bi_ipbfreq; /* IPB Bus Freq, in MHz */
|
||||
unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */
|
||||
#endif
|
||||
#if defined(CONFIG_EXTRA_CLOCK)
|
||||
|
|
Loading…
Reference in a new issue