]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zboot: Rename zboot_start() to zboot_run()
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:35 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:16 +0000 (13:49 -0600)
commitd2c485a0321689bc6becac73b4f49b3e39cb288e
treeafcc35b1eb492c06344bf55d78a2bb9f9ceede92
parent02ed6c333ec480e2b36485bfcf804e9b12984266
x86: zboot: Rename zboot_start() to zboot_run()

The term 'start' is used withint bootm and zboot to indicate the first
phase of booting an image.

Since zboot_start() does the whole boot, rename it to zboot_run() to
align with bootm_run() etc.

Fix a log message while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/zimage.c
boot/bootmeth_cros.c
include/bootm.h