diff options
| author | Tom Rini <[email protected]> | 2022-03-03 16:51:24 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-03 16:51:45 -0500 |
| commit | fd690a5e932010d0309a859169aeb77af94dff24 (patch) | |
| tree | 12f411ba7a217c285530f43de3f76ec838bc8cb9 /include/asm-generic | |
| parent | 09cb77d22e8b87f02718a2e8f8ec7952f7673622 (diff) | |
| parent | f9147d636ce26eec8719ce8167887736c321ef94 (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.h | 6 |
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 |
