]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Create a function to run through the bootz states
authorSimon Glass <sjg@chromium.org>
Sat, 16 Dec 2023 03:14:23 +0000 (20:14 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 21:07:52 +0000 (16:07 -0500)
commit3405c9b6a592585db80405d960ec219590689159
treedd7e899e351f498e933885b360f5d29bee2324e6
parent6b50aff13f55262210636d7329811c649173fb67
bootm: Create a function to run through the bootz states

In a few places, the bootz command is used to handle a boot. We want
these to be done without needing CONFIG_CMDLINE, so add a new
bootz_run() function to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/bootm.c
cmd/bootz.c
include/bootm.h