bdinfo: m68k: Drop bd_info->bi_ipbfreq
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:27 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:10 +0000 (13:24 -0400)
This field is not used anymore. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/asm-generic/u-boot.h

index 6f749736f1819dc1c2788b2aae6877ffe2feadd9..b496e5596496a12bb6930fd2857917f1f5ace8c0 100644 (file)
@@ -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)