[PATCH v2 1/2] cmd: Rename CMD_MISC to CMD_SLEEP

Bin Meng bmeng.cn at gmail.com
Fri Oct 23 18:33:17 CEST 2020


On Tue, Oct 13, 2020 at 6:45 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> From: Bin Meng <bin.meng at windriver.com>
>
> The "cmd/Kconfig" has a TODO description for CMD_MISC that it should
> really be named as CMD_SLEEP. Change it in the whole source tree.
>
> Signed-off-by: Bin Meng <bin.meng at windriver.com>
> ---
>
> Changes in v2:
> - remove the "Misc functions" in the C codes
>
>  cmd/Kconfig                               | 3 +--
>  cmd/Makefile                              | 2 +-
>  cmd/{misc.c => sleep.c}                   | 3 ---
>  configs/MCR3000_defconfig                 | 2 +-
>  configs/MigoR_defconfig                   | 2 +-
>  configs/armadillo-800eva_defconfig        | 2 +-
>  configs/bcm968380gerg_ram_defconfig       | 2 +-
>  configs/comtrend_ar5315u_ram_defconfig    | 2 +-
>  configs/comtrend_ar5387un_ram_defconfig   | 2 +-
>  configs/comtrend_ct5361_ram_defconfig     | 2 +-
>  configs/comtrend_vr3032u_ram_defconfig    | 2 +-
>  configs/comtrend_wap5813n_ram_defconfig   | 2 +-
>  configs/evb-px30_defconfig                | 2 +-
>  configs/evb-rk3308_defconfig              | 2 +-
>  configs/firefly-px30_defconfig            | 2 +-
>  configs/huawei_hg556a_ram_defconfig       | 2 +-
>  configs/ls2080a_emu_defconfig             | 2 +-
>  configs/ls2080a_simu_defconfig            | 2 +-
>  configs/netgear_cg3100d_ram_defconfig     | 2 +-
>  configs/netgear_dgnd3700v2_ram_defconfig  | 2 +-
>  configs/odroid-go2_defconfig              | 2 +-
>  configs/odroid_defconfig                  | 2 +-
>  configs/origen_defconfig                  | 2 +-
>  configs/pumpkin_defconfig                 | 2 +-
>  configs/r7780mp_defconfig                 | 2 +-
>  configs/roc-cc-rk3308_defconfig           | 2 +-
>  configs/s5p_goni_defconfig                | 2 +-
>  configs/s5pc210_universal_defconfig       | 2 +-
>  configs/sagem_f at st1704_ram_defconfig      | 2 +-
>  configs/sfr_nb4-ser_ram_defconfig         | 2 +-
>  configs/sh7752evb_defconfig               | 2 +-
>  configs/sh7753evb_defconfig               | 2 +-
>  configs/sh7757lcr_defconfig               | 2 +-
>  configs/sh7763rdp_defconfig               | 2 +-
>  configs/smdkv310_defconfig                | 2 +-
>  configs/total_compute_defconfig           | 2 +-
>  configs/trats2_defconfig                  | 2 +-
>  configs/trats_defconfig                   | 2 +-
>  configs/uniphier_ld4_sld8_defconfig       | 2 +-
>  configs/uniphier_v7_defconfig             | 2 +-
>  configs/uniphier_v8_defconfig             | 2 +-
>  configs/vexpress_aemv8a_juno_defconfig    | 2 +-
>  configs/vexpress_aemv8a_semi_defconfig    | 2 +-
>  configs/vexpress_ca15_tc2_defconfig       | 2 +-
>  configs/vexpress_ca5x2_defconfig          | 2 +-
>  configs/vexpress_ca9x4_defconfig          | 2 +-
>  configs/xenguest_arm64_defconfig          | 2 +-
>  configs/xilinx_versal_mini_defconfig      | 2 +-
>  configs/xilinx_zynqmp_mini_defconfig      | 2 +-
>  configs/xilinx_zynqmp_mini_qspi_defconfig | 2 +-
>  configs/zynq_cse_nand_defconfig           | 2 +-
>  configs/zynq_cse_nor_defconfig            | 2 +-
>  configs/zynq_cse_qspi_defconfig           | 2 +-
>  53 files changed, 52 insertions(+), 56 deletions(-)
>  rename cmd/{misc.c => sleep.c} (98%)
>

ping?


More information about the U-Boot mailing list