diff mbox series

[03/36] bdinfo: m68k: Drop bd_info->bi_ipbfreq

Message ID 20200504171638.3.I67233302b9b68fd34aed68cc8e14101ce640a6fb@changeid
State Superseded
Headers show
Series Tidy up the 'bd' command. | expand

Commit Message

Simon Glass May 4, 2020, 11:16 p.m. UTC
This field is not used anymore. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/asm-generic/u-boot.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Bin Meng May 6, 2020, 8:06 a.m. UTC | #1
On Tue, May 5, 2020 at 7:19 AM Simon Glass <sjg at chromium.org> wrote:
>
> This field is not used anymore. Drop it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  include/asm-generic/u-boot.h | 1 -
>  1 file changed, 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
diff mbox series

Patch

diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h
index cc94d39069..be0014c3b3 100644
--- a/include/asm-generic/u-boot.h
+++ b/include/asm-generic/u-boot.h
@@ -60,7 +60,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)