diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 6f749736f1819dc1c2788b2aae6877ffe2feadd9..b496e5596496a12bb6930fd2857917f1f5ace8c0 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)