summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-03 16:51:24 -0500
committerTom Rini <[email protected]>2022-03-03 16:51:45 -0500
commitfd690a5e932010d0309a859169aeb77af94dff24 (patch)
tree12f411ba7a217c285530f43de3f76ec838bc8cb9 /include/asm-generic
parent09cb77d22e8b87f02718a2e8f8ec7952f7673622 (diff)
parentf9147d636ce26eec8719ce8167887736c321ef94 (diff)
Merge branch '2022-03-03-Kconfig-migrations' into next
- Assorted Kconfig migrations and related cleanups.
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/u-boot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h
index 637de0c4558..1becc669aee 100644
--- a/include/asm-generic/u-boot.h
+++ b/include/asm-generic/u-boot.h
@@ -52,12 +52,6 @@ struct bd_info {
unsigned short bi_ethspeed; /* Ethernet speed in Mbps */
unsigned long bi_intfreq; /* Internal Freq, in MHz */
unsigned long bi_busfreq; /* Bus Freq, in MHz */
-#if defined(CONFIG_CPM2)
- unsigned long bi_cpmfreq; /* CPM_CLK Freq, in MHz */
- unsigned long bi_brgfreq; /* BRG_CLK Freq, in MHz */
- unsigned long bi_sccfreq; /* SCC_CLK Freq, in MHz */
- unsigned long bi_vco; /* VCO Out from PLL, in MHz */
-#endif
#if defined(CONFIG_M68K)
unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */
#endif