]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Rename jump_to_image_no_args()
authorSimon Glass <sjg@chromium.org>
Wed, 28 May 2025 12:32:08 +0000 (06:32 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 13 Jun 2025 19:22:53 +0000 (13:22 -0600)
commitf73450918d66565c5efacf2bb57227ba94bdaa40
tree4cf69a4b315d9120683223723dd9bd0d0f53187f
parenta6e4fdfd77be4bd159cc73214bbf0a96df3aa551
spl: Rename jump_to_image_no_args()

This function is currently a misnomer at times as we have cases where it
passes arguments to the image. In preparation for making that be a more
common case rename this function to jump_to_image(...). In order to do
this, rename jump_to_image in board_init_r(...) to jumper so that we do
not have a conflict.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Reword the commit message, adding missing cases of
        jump_to_image_no_args()]
Signed-off-by: Tom Rini <trini@konsulko.com>
16 files changed:
arch/arm/mach-imx/imx8ulp/soc.c
arch/arm/mach-imx/spl.c
arch/arm/mach-k3/r5/common.c
arch/arm/mach-omap2/boot-common.c
arch/arm/mach-stm32mp/stm32mp1/cpu.c
arch/arm/mach-tegra/spl.c
arch/mips/lib/spl.c
arch/riscv/lib/spl.c
arch/sandbox/cpu/spl.c
arch/x86/lib/spl.c
arch/x86/lib/tpl.c
board/freescale/common/fsl_chain_of_trust.c
board/renesas/common/rcar64-spl.c
common/spl/spl.c
drivers/usb/gadget/f_sdp.c
include/spl.h