From: Simon Glass Date: Sun, 10 May 2020 20:16:27 +0000 (-0600) Subject: bdinfo: m68k: Drop bd_info->bi_ipbfreq X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ac06d352592b79b2a07747073111c12c7ef9663;p=oweals%2Fu-boot.git bdinfo: m68k: Drop bd_info->bi_ipbfreq This field is not used anymore. Drop it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 6f749736f1..b496e55964 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -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)