[PATCH 0/4] Convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Jul 10 17:15:10 CEST 2022


This removes CONFIG_SYS_HZ and converts CONFIG_SYS_MIPS_TIMER_FREQ
to Kconfig. The series only applies on u-boot-mips/next (based on
u-boot/next and the Mediatek MT7621 series).


Daniel Schwierzeck (4):
  MIPS: remove deprecated TARGET_VCT option
  MIPS: remove CONFIG_SYS_MHZ
  MIPS: mscc: remove unused CPU_CLOCK_RATE
  MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig

 arch/mips/Kconfig                             | 26 +++++++++++++------
 arch/mips/mach-jz47xx/include/mach/jz4780.h   |  2 +-
 arch/mips/mach-jz47xx/jz4780/pll.c            |  6 +----
 board/imgtec/ci20/ci20.c                      |  4 ---
 configs/ap121_defconfig                       |  1 +
 configs/ap143_defconfig                       |  1 +
 configs/ap152_defconfig                       |  1 +
 configs/bcm968380gerg_ram_defconfig           |  1 +
 configs/boston32r2_defconfig                  |  1 +
 configs/boston32r2el_defconfig                |  1 +
 configs/boston32r6_defconfig                  |  1 +
 configs/boston32r6el_defconfig                |  1 +
 configs/boston64r2_defconfig                  |  1 +
 configs/boston64r2el_defconfig                |  1 +
 configs/boston64r6_defconfig                  |  1 +
 configs/boston64r6el_defconfig                |  1 +
 configs/ci20_mmc_defconfig                    |  1 +
 configs/comtrend_ar5315u_ram_defconfig        |  1 +
 configs/comtrend_ar5387un_ram_defconfig       |  1 +
 configs/comtrend_ct5361_ram_defconfig         |  1 +
 configs/comtrend_vr3032u_ram_defconfig        |  1 +
 configs/comtrend_wap5813n_ram_defconfig       |  1 +
 .../gardena-smart-gateway-mt7688_defconfig    |  1 +
 configs/huawei_hg556a_ram_defconfig           |  1 +
 configs/imgtec_xilfpga_defconfig              |  1 +
 configs/linkit-smart-7688_defconfig           |  1 +
 configs/malta64_defconfig                     |  1 +
 configs/malta64el_defconfig                   |  1 +
 configs/malta_defconfig                       |  1 +
 configs/maltael_defconfig                     |  1 +
 configs/mscc_jr2_defconfig                    |  1 +
 configs/mscc_luton_defconfig                  |  1 +
 configs/mscc_ocelot_defconfig                 |  1 +
 configs/mscc_serval_defconfig                 |  1 +
 configs/mscc_servalt_defconfig                |  1 +
 configs/mt7620_mt7530_rfb_defconfig           |  1 +
 configs/mt7620_rfb_defconfig                  |  1 +
 configs/mt7621_nand_rfb_defconfig             |  1 +
 configs/mt7621_rfb_defconfig                  |  1 +
 configs/mt7628_rfb_defconfig                  |  1 +
 configs/netgear_cg3100d_ram_defconfig         |  1 +
 configs/netgear_dgnd3700v2_ram_defconfig      |  1 +
 configs/pic32mzdask_defconfig                 |  1 +
 configs/sagem_f at st1704_ram_defconfig          |  1 +
 configs/sfr_nb4-ser_ram_defconfig             |  1 +
 configs/tplink_wdr4300_defconfig              |  1 +
 configs/vocore2_defconfig                     |  1 +
 include/configs/ap121.h                       |  3 ---
 include/configs/ap143.h                       |  3 ---
 include/configs/ap152.h                       |  3 ---
 include/configs/bmips_bcm3380.h               |  3 ---
 include/configs/bmips_bcm6318.h               |  3 ---
 include/configs/bmips_bcm63268.h              |  3 ---
 include/configs/bmips_bcm6328.h               |  3 ---
 include/configs/bmips_bcm6338.h               |  3 ---
 include/configs/bmips_bcm6348.h               |  3 ---
 include/configs/bmips_bcm6358.h               |  3 ---
 include/configs/bmips_bcm6362.h               |  3 ---
 include/configs/bmips_bcm6368.h               |  3 ---
 include/configs/bmips_bcm6838.h               |  3 ---
 include/configs/boston.h                      |  1 -
 include/configs/ci20.h                        |  4 ---
 .../configs/gardena-smart-gateway-mt7688.h    |  3 ---
 include/configs/imgtec_xilfpga.h              |  2 --
 include/configs/linkit-smart-7688.h           |  3 ---
 include/configs/malta.h                       |  2 --
 include/configs/mt7620.h                      |  2 --
 include/configs/mt7621.h                      |  2 --
 include/configs/mt7628.h                      |  2 --
 include/configs/pic32mzdask.h                 |  2 --
 include/configs/tplink_wdr4300.h              |  3 ---
 include/configs/vcoreiii.h                    |  7 -----
 include/configs/vocore2.h                     |  3 ---
 scripts/config_whitelist.txt                  |  2 --
 74 files changed, 63 insertions(+), 95 deletions(-)

-- 
2.37.0



More information about the U-Boot mailing list