Message ID | 20200510141257.v2.4.I67233302b9b68fd34aed68cc8e14101ce640a6fb@changeid |
---|---|
State | Accepted |
Commit | 4ac06d352592b79b2a07747073111c12c7ef9663 |
Headers | show |
Series | Tidy up the 'bd' command. | expand |
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)