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

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

So far this is not used.

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