]> Git Repo - J-u-boot.git/commit - lib/Makefile
Move strtomhz() to vsprintf.h
authorSimon Glass <[email protected]>
Thu, 14 Nov 2019 19:57:20 +0000 (12:57 -0700)
committerTom Rini <[email protected]>
Mon, 2 Dec 2019 23:23:09 +0000 (18:23 -0500)
commit2189d5f1e8a2fd74ce52906999fd50c8f8330c81
tree5d9f8f4af8b10404c6137b4c3dc88b07ce4bf8cc
parent8bef79bf3c30cd1fc5367cc1f78f72e6552629e9
Move strtomhz() to vsprintf.h

At present this function sits in its own file but it does not really
justify it. There are similar string functions in vsprintf.h, so move it
there. Also add the missing function comment.

Use the vsprintf.h include file explicitly where needed.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
50 files changed:
arch/arc/lib/cpu.c
arch/arm/cpu/arm926ejs/mx25/generic.c
arch/arm/cpu/arm926ejs/mx27/generic.c
arch/arm/cpu/armv7/ls102xa/cpu.c
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/mach-at91/arm926ejs/cpu.c
arch/arm/mach-at91/armv7/cpu.c
arch/m68k/cpu/mcf5227x/cpu.c
arch/m68k/cpu/mcf523x/cpu.c
arch/m68k/cpu/mcf52x2/cpu.c
arch/m68k/cpu/mcf530x/cpu.c
arch/m68k/cpu/mcf532x/cpu.c
arch/m68k/cpu/mcf5445x/cpu.c
arch/m68k/cpu/mcf547x_8x/cpu.c
arch/powerpc/cpu/mpc83xx/cpu.c
arch/powerpc/cpu/mpc83xx/spd_sdram.c
arch/powerpc/cpu/mpc83xx/speed.c
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc86xx/cpu.c
arch/powerpc/cpu/mpc8xx/cpu.c
arch/xtensa/cpu/cpu.c
board/Arcturus/ucp1020/ddr.c
board/atmel/at91sam9261ek/at91sam9261ek.c
board/atmel/at91sam9263ek/at91sam9263ek.c
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
board/atmel/at91sam9n12ek/at91sam9n12ek.c
board/atmel/at91sam9rlek/at91sam9rlek.c
board/atmel/common/video_display.c
board/esd/meesc/meesc.c
board/freescale/bsc9131rdb/ddr.c
board/freescale/bsc9132qds/ddr.c
board/freescale/corenet_ds/ddr.c
board/freescale/ls1043ardb/ddr.c
board/freescale/mpc8541cds/mpc8541cds.c
board/freescale/mpc8548cds/mpc8548cds.c
board/freescale/mpc8555cds/mpc8555cds.c
board/freescale/p1010rdb/ddr.c
board/freescale/p1_p2_rdb_pc/ddr.c
board/freescale/p1_twr/ddr.c
board/mini-box/picosam9g45/picosam9g45.c
board/ronetix/pm9261/pm9261.c
cmd/bdinfo.c
drivers/clk/clk_stm32mp1.c
drivers/clk/mpc83xx_clk.c
drivers/cpu/mpc83xx_cpu.c
include/common.h
include/vsprintf.h
lib/Makefile
lib/strmhz.c [deleted file]
lib/vsprintf.c
This page took 0.051506 seconds and 4 git commands to generate.